public class AccountOnFile extends Object
| Constructor and Description |
|---|
AccountOnFile() |
| Modifier and Type | Method and Description |
|---|---|
List<AccountOnFileAttribute> |
getAttributes() |
AccountOnFileDisplayHints |
getDisplayHints()
Object containing information for the client on how best to display this field
|
Integer |
getId() |
Integer |
getPaymentProductId()
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
void |
setAttributes(List<AccountOnFileAttribute> value) |
void |
setDisplayHints(AccountOnFileDisplayHints value)
Object containing information for the client on how best to display this field
|
void |
setId(Integer value) |
void |
setPaymentProductId(Integer value)
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
AccountOnFile |
withAttributes(List<AccountOnFileAttribute> value) |
AccountOnFile |
withDisplayHints(AccountOnFileDisplayHints value)
Object containing information for the client on how best to display this field
|
AccountOnFile |
withId(Integer value) |
AccountOnFile |
withPaymentProductId(Integer value)
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
public List<AccountOnFileAttribute> getAttributes()
public void setAttributes(List<AccountOnFileAttribute> value)
public AccountOnFile withAttributes(List<AccountOnFileAttribute> value)
public AccountOnFileDisplayHints getDisplayHints()
public void setDisplayHints(AccountOnFileDisplayHints value)
public AccountOnFile withDisplayHints(AccountOnFileDisplayHints value)
public Integer getId()
public void setId(Integer value)
public AccountOnFile withId(Integer value)
public Integer getPaymentProductId()
public void setPaymentProductId(Integer value)
public AccountOnFile withPaymentProductId(Integer value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.