public class PaymentAccountOnFile extends Object
| Constructor and Description |
|---|
PaymentAccountOnFile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreateDate()
The date (YYYYMMDD) when the payment account on file was first created.
|
Integer |
getNumberOfCardOnFileCreationAttemptsLast24Hours()
Number of attempts made to add new card to the customer account in the last 24 hours
|
void |
setCreateDate(String value)
The date (YYYYMMDD) when the payment account on file was first created.
|
void |
setNumberOfCardOnFileCreationAttemptsLast24Hours(Integer value)
Number of attempts made to add new card to the customer account in the last 24 hours
|
PaymentAccountOnFile |
withCreateDate(String value)
The date (YYYYMMDD) when the payment account on file was first created.
|
PaymentAccountOnFile |
withNumberOfCardOnFileCreationAttemptsLast24Hours(Integer value)
Number of attempts made to add new card to the customer account in the last 24 hours
|
public String getCreateDate()
public void setCreateDate(String value)
public PaymentAccountOnFile withCreateDate(String value)
public Integer getNumberOfCardOnFileCreationAttemptsLast24Hours()
public void setNumberOfCardOnFileCreationAttemptsLast24Hours(Integer value)
public PaymentAccountOnFile withNumberOfCardOnFileCreationAttemptsLast24Hours(Integer value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.