public class BookRequest extends ChangeDateRequest
Address
used for billing - for credit card must match billing address of the card
Address
customer is moving from
Address
customer is moving to
Constructor and Description |
---|
BookRequest() |
BookRequest(ChangeDateRequest req) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccCodes() |
Address |
getBillingAddress()
getBillingAddress
|
java.lang.String |
getBillingPhone1()
getBillingPhone1
|
java.lang.String |
getBillingPhone2()
getBillingPhone2
|
java.lang.Integer |
getCardExpirationMonthMM()
getCardExpirationMonthMM
|
java.lang.Integer |
getCardExpirationYearYYYY()
getCardExpirationYearYYYY
|
java.lang.String |
getCardNumber()
getCardNumber
|
java.lang.String |
getCardType()
getCardType
|
java.lang.String |
getCouponCode()
getCouponCode
|
Address |
getDestinationAddress()
getDestinationAddress
|
java.lang.String |
getEmail()
getEmail
|
java.lang.String |
getOrgDropTime() |
Address |
getOriginAddress()
getOriginAddress
|
java.lang.String |
getPaymentType()
getPaymentType
|
void |
setAccCodes(java.lang.String accCodes) |
void |
setBillingAddress(Address billingAddress)
setBillingAddress
|
void |
setBillingPhone1(java.lang.String billingPhone1)
setBillingPhone1
|
void |
setBillingPhone2(java.lang.String billingPhone2)
setBillingPhone2
|
void |
setCardExpirationMonthMM(java.lang.Integer cardExpirationMonthMM)
setCardExpirationMonthMM
|
void |
setCardExpirationYearYYYY(java.lang.Integer cardExpirationYearYYYY)
setCardExpirationYearYYYY
|
void |
setCardNumber(java.lang.String cardNumber)
setCardNumber
|
void |
setCardType(java.lang.String cardType)
setCardType
|
void |
setCouponCode(java.lang.String couponCode)
setCouponCode
|
void |
setDestinationAddress(Address destinationAddress)
setDestinationAddress
|
void |
setEmail(java.lang.String email)
setEmail
|
void |
setOrgDropTime(java.lang.String orgDropTime) |
void |
setOriginAddress(Address originAddress)
setOriginAddress
|
void |
setPaymentType(java.lang.String paymentType)
setPaymentType
|
java.lang.String |
toString() |
getChangeDate, setChangeDate
getReferenceNumber, setReferenceNumber
public BookRequest()
public BookRequest(ChangeDateRequest req)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getPaymentType()
public void setPaymentType(java.lang.String paymentType)
paymentType
- the paymentType to setpublic java.lang.String getCardType()
public void setCardType(java.lang.String cardType)
cardType
- the cardType to setpublic java.lang.String getCardNumber()
public void setCardNumber(java.lang.String cardNumber)
cardNumber
- the cardNumber to setpublic java.lang.Integer getCardExpirationMonthMM()
public void setCardExpirationMonthMM(java.lang.Integer cardExpirationMonthMM)
cardExpirationMonthMM
- the cardExpirationMonthMM to setpublic java.lang.Integer getCardExpirationYearYYYY()
public void setCardExpirationYearYYYY(java.lang.Integer cardExpirationYearYYYY)
cardExpirationYearYYYY
- the cardExpirationYearYYYY to setpublic Address getBillingAddress()
public void setBillingAddress(Address billingAddress)
billingAddress
- the billingAddress to setpublic java.lang.String getBillingPhone1()
public void setBillingPhone1(java.lang.String billingPhone1)
billingPhone1
- the billingPhone1 to setpublic java.lang.String getBillingPhone2()
public void setBillingPhone2(java.lang.String billingPhone2)
billingPhone2
- the billingPhone2 to setpublic Address getOriginAddress()
public void setOriginAddress(Address originAddress)
originAddress
- the originAddress to setpublic Address getDestinationAddress()
public void setDestinationAddress(Address destinationAddress)
destinationAddress
- the destinationAddress to setpublic java.lang.String getCouponCode()
public void setCouponCode(java.lang.String couponCode)
couponCode
- the couponCode to setpublic java.lang.String getEmail()
public void setEmail(java.lang.String email)
email
- the email to setpublic java.lang.String getAccCodes()
public void setAccCodes(java.lang.String accCodes)
public java.lang.String getOrgDropTime()
public void setOrgDropTime(java.lang.String orgDropTime)