@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2019-01-09T13:52:08.501+01:00[Europe/Berlin]") public class CardAccountDetails extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CardAccountDetails.UsageEnum
Specifies the usage of the account * PRIV: private personal account * ORGA: professional account
|
| Constructor and Description |
|---|
CardAccountDetails() |
| Modifier and Type | Method and Description |
|---|---|
CardAccountDetails |
_links(Map _links) |
CardAccountDetails |
balances(BalanceList balances) |
CardAccountDetails |
creditLimit(Amount creditLimit) |
CardAccountDetails |
currency(String currency) |
CardAccountDetails |
details(String details) |
boolean |
equals(Object o) |
BalanceList |
getBalances()
Get balances
|
Amount |
getCreditLimit()
Get creditLimit
|
String |
getCurrency()
Get currency
|
String |
getDetails()
Specifications that might be provided by the ASPSP - characteristics of the account - characteristics of the relevant card
|
Map |
getLinks()
Get _links
|
String |
getMaskedPan()
Get maskedPan
|
String |
getName()
Name of the account given by the bank or the PSU in online-banking.
|
String |
getProduct()
Product name of the bank for this account, proprietary definition.
|
String |
getResourceId()
This is the data element to be used in the path when retrieving data from a dedicated account.
|
AccountStatus |
getStatus()
Get status
|
CardAccountDetails.UsageEnum |
getUsage()
Specifies the usage of the account * PRIV: private personal account * ORGA: professional account
|
int |
hashCode() |
CardAccountDetails |
maskedPan(String maskedPan) |
CardAccountDetails |
name(String name) |
CardAccountDetails |
product(String product) |
CardAccountDetails |
resourceId(String resourceId) |
void |
setBalances(BalanceList balances) |
void |
setCreditLimit(Amount creditLimit) |
void |
setCurrency(String currency) |
void |
setDetails(String details) |
void |
setLinks(Map _links) |
void |
setMaskedPan(String maskedPan) |
void |
setName(String name) |
void |
setProduct(String product) |
void |
setResourceId(String resourceId) |
void |
setStatus(AccountStatus status) |
void |
setUsage(CardAccountDetails.UsageEnum usage) |
CardAccountDetails |
status(AccountStatus status) |
String |
toString() |
CardAccountDetails |
usage(CardAccountDetails.UsageEnum usage) |
public CardAccountDetails resourceId(String resourceId)
public String getResourceId()
public void setResourceId(String resourceId)
public CardAccountDetails maskedPan(String maskedPan)
public String getMaskedPan()
public void setMaskedPan(String maskedPan)
public CardAccountDetails currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
public CardAccountDetails name(String name)
public String getName()
public void setName(String name)
public CardAccountDetails product(String product)
public String getProduct()
public void setProduct(String product)
public CardAccountDetails status(AccountStatus status)
public AccountStatus getStatus()
public void setStatus(AccountStatus status)
public CardAccountDetails usage(CardAccountDetails.UsageEnum usage)
public CardAccountDetails.UsageEnum getUsage()
public void setUsage(CardAccountDetails.UsageEnum usage)
public CardAccountDetails details(String details)
public String getDetails()
public void setDetails(String details)
public CardAccountDetails creditLimit(Amount creditLimit)
public Amount getCreditLimit()
public void setCreditLimit(Amount creditLimit)
public CardAccountDetails balances(BalanceList balances)
public BalanceList getBalances()
public void setBalances(BalanceList balances)
public CardAccountDetails _links(Map _links)
public Map getLinks()
public void setLinks(Map _links)
Copyright © 2019. All rights reserved.