@Generated(value="com.coupang.client.generator.CoupangCustomCodeGenerator", date="2022-01-07T15:32:33.824+09:00") public class ReturndeliveryDestinationDto extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ReturndeliveryDestinationDto.SafetyNumberStatusEnum
Gets or Sets safetyNumberStatus
|
Constructor and Description |
---|
ReturndeliveryDestinationDto() |
public ReturndeliveryDestinationDto customerAddress(String customerAddress)
public String getCustomerAddress()
public void setCustomerAddress(String customerAddress)
public ReturndeliveryDestinationDto customerAddressDetail(String customerAddressDetail)
public String getCustomerAddressDetail()
public void setCustomerAddressDetail(String customerAddressDetail)
public ReturndeliveryDestinationDto customerMobile(String customerMobile)
public String getCustomerMobile()
public void setCustomerMobile(String customerMobile)
public ReturndeliveryDestinationDto customerName(String customerName)
public String getCustomerName()
public void setCustomerName(String customerName)
public ReturndeliveryDestinationDto customerPhone(String customerPhone)
public String getCustomerPhone()
public void setCustomerPhone(String customerPhone)
public ReturndeliveryDestinationDto customerZipCode(String customerZipCode)
public String getCustomerZipCode()
public void setCustomerZipCode(String customerZipCode)
public ReturndeliveryDestinationDto message(String message)
public String getMessage()
public void setMessage(String message)
public ReturndeliveryDestinationDto orderId(Long orderId)
public Long getOrderId()
public void setOrderId(Long orderId)
public ReturndeliveryDestinationDto orderedByMobile(String orderedByMobile)
public String getOrderedByMobile()
public void setOrderedByMobile(String orderedByMobile)
public ReturndeliveryDestinationDto receiptId(Long receiptId)
public Long getReceiptId()
public void setReceiptId(Long receiptId)
public ReturndeliveryDestinationDto returnCenterCode(String returnCenterCode)
public String getReturnCenterCode()
public void setReturnCenterCode(String returnCenterCode)
public ReturndeliveryDestinationDto returnDeliveryId(Long returnDeliveryId)
public Long getReturnDeliveryId()
public void setReturnDeliveryId(Long returnDeliveryId)
public ReturndeliveryDestinationDto safetyNumber(String safetyNumber)
public String getSafetyNumber()
public void setSafetyNumber(String safetyNumber)
public ReturndeliveryDestinationDto safetyNumberId(Long safetyNumberId)
public Long getSafetyNumberId()
public void setSafetyNumberId(Long safetyNumberId)
public ReturndeliveryDestinationDto safetyNumberStatus(ReturndeliveryDestinationDto.SafetyNumberStatusEnum safetyNumberStatus)
public ReturndeliveryDestinationDto.SafetyNumberStatusEnum getSafetyNumberStatus()
public void setSafetyNumberStatus(ReturndeliveryDestinationDto.SafetyNumberStatusEnum safetyNumberStatus)
public ReturndeliveryDestinationDto vendorAddress(String vendorAddress)
public String getVendorAddress()
public void setVendorAddress(String vendorAddress)
public ReturndeliveryDestinationDto vendorAddressDetail(String vendorAddressDetail)
public String getVendorAddressDetail()
public void setVendorAddressDetail(String vendorAddressDetail)
public ReturndeliveryDestinationDto vendorMobile(String vendorMobile)
public String getVendorMobile()
public void setVendorMobile(String vendorMobile)
public ReturndeliveryDestinationDto vendorName(String vendorName)
public String getVendorName()
public void setVendorName(String vendorName)
public ReturndeliveryDestinationDto vendorPhone(String vendorPhone)
public String getVendorPhone()
public void setVendorPhone(String vendorPhone)
public ReturndeliveryDestinationDto vendorZipCode(String vendorZipCode)
public String getVendorZipCode()
public void setVendorZipCode(String vendorZipCode)
Copyright © 2022. All rights reserved.