Package com.onlinepayments.domain
Class RedirectPaymentProduct5300SpecificInput
java.lang.Object
com.onlinepayments.domain.RedirectPaymentProduct5300SpecificInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe city of the address where the customer was bornISO 3166-1 alpha-2 country code of the address where the customer was bornThe zip code of the address where the customer was bornThe channel used by the customerThe number of customer's loyalty card or programThe date of the second installment (YYYYMMDD)The duration of the session in secondsvoidsetBirthCity(String value) The city of the address where the customer was bornvoidsetBirthCountry(String value) ISO 3166-1 alpha-2 country code of the address where the customer was bornvoidsetBirthZipCode(String value) The zip code of the address where the customer was bornvoidsetChannel(String value) The channel used by the customervoidsetLoyaltyCardNumber(String value) The number of customer's loyalty card or programvoidThe date of the second installment (YYYYMMDD)voidsetSessionDuration(Integer value) The duration of the session in secondswithBirthCity(String value) The city of the address where the customer was bornwithBirthCountry(String value) ISO 3166-1 alpha-2 country code of the address where the customer was bornwithBirthZipCode(String value) The zip code of the address where the customer was bornwithChannel(String value) The channel used by the customerwithLoyaltyCardNumber(String value) The number of customer's loyalty card or programThe date of the second installment (YYYYMMDD)withSessionDuration(Integer value) The duration of the session in seconds
-
Constructor Details
-
RedirectPaymentProduct5300SpecificInput
public RedirectPaymentProduct5300SpecificInput()
-
-
Method Details
-
getBirthCity
The city of the address where the customer was born -
setBirthCity
The city of the address where the customer was born -
withBirthCity
The city of the address where the customer was born -
getBirthCountry
ISO 3166-1 alpha-2 country code of the address where the customer was born -
setBirthCountry
ISO 3166-1 alpha-2 country code of the address where the customer was born -
withBirthCountry
ISO 3166-1 alpha-2 country code of the address where the customer was born -
getBirthZipCode
The zip code of the address where the customer was born -
setBirthZipCode
The zip code of the address where the customer was born -
withBirthZipCode
The zip code of the address where the customer was born -
getChannel
The channel used by the customer -
setChannel
The channel used by the customer -
withChannel
The channel used by the customer -
getLoyaltyCardNumber
The number of customer's loyalty card or program -
setLoyaltyCardNumber
The number of customer's loyalty card or program -
withLoyaltyCardNumber
The number of customer's loyalty card or program -
getSecondInstallmentPaymentDate
The date of the second installment (YYYYMMDD) -
setSecondInstallmentPaymentDate
The date of the second installment (YYYYMMDD) -
withSecondInstallmentPaymentDate
The date of the second installment (YYYYMMDD) -
getSessionDuration
The duration of the session in seconds -
setSessionDuration
The duration of the session in seconds -
withSessionDuration
The duration of the session in seconds
-