Package com.onlinepayments.domain
Class PaymentAccountOnFile
java.lang.Object
com.onlinepayments.domain.PaymentAccountOnFile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe date (YYYYMMDD) when the payment account on file was first created.Number of attempts made to add new card to the customer account in the last 24 hoursvoidsetCreateDate(String value) The date (YYYYMMDD) when the payment account on file was first created.voidNumber of attempts made to add new card to the customer account in the last 24 hourswithCreateDate(String value) The date (YYYYMMDD) when the payment account on file was first created.Number of attempts made to add new card to the customer account in the last 24 hours
-
Constructor Details
-
PaymentAccountOnFile
public PaymentAccountOnFile()
-
-
Method Details
-
getCreateDate
The date (YYYYMMDD) when the payment account on file was first created.In case a token is used for the transaction we will use the creation date of the token in our system in case you leave this property empty.
-
setCreateDate
The date (YYYYMMDD) when the payment account on file was first created.In case a token is used for the transaction we will use the creation date of the token in our system in case you leave this property empty.
-
withCreateDate
The date (YYYYMMDD) when the payment account on file was first created.In case a token is used for the transaction we will use the creation date of the token in our system in case you leave this property empty.
-
getNumberOfCardOnFileCreationAttemptsLast24Hours
Number of attempts made to add new card to the customer account in the last 24 hours -
setNumberOfCardOnFileCreationAttemptsLast24Hours
Number of attempts made to add new card to the customer account in the last 24 hours -
withNumberOfCardOnFileCreationAttemptsLast24Hours
Number of attempts made to add new card to the customer account in the last 24 hours
-