public class AccountOnFile extends Object
Constructor and Description |
---|
AccountOnFile() |
Modifier and Type | Method and Description |
---|---|
List<AccountOnFileAttribute> |
getAttributes()
Array containing the details of the stored token
|
AccountOnFileDisplayHints |
getDisplayHints()
Object containing information for the client on how best to display this field
|
Integer |
getId()
ID of the account on file record
|
Integer |
getPaymentProductId()
Payment product identifier
Please see payment products for a full overview of possible values. |
void |
setAttributes(List<AccountOnFileAttribute> value)
Array containing the details of the stored token
|
void |
setDisplayHints(AccountOnFileDisplayHints value)
Object containing information for the client on how best to display this field
|
void |
setId(Integer value)
ID of the account on file record
|
void |
setPaymentProductId(Integer value)
Payment product identifier
Please see payment products for a full overview of possible values. |
public List<AccountOnFileAttribute> getAttributes()
public void setAttributes(List<AccountOnFileAttribute> value)
public AccountOnFileDisplayHints getDisplayHints()
public void setDisplayHints(AccountOnFileDisplayHints value)
public Integer getId()
public void setId(Integer value)
public Integer getPaymentProductId()
public void setPaymentProductId(Integer value)
Copyright © 2024 Worldline Global Collect. All rights reserved.