Package com.adyen.model.openbanking
Class AccountIdentifiers
- java.lang.Object
-
- com.adyen.model.openbanking.AccountIdentifiers
-
public class AccountIdentifiers extends Object
AccountIdentifiers
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ACHstatic StringJSON_PROPERTY_BACSstatic StringJSON_PROPERTY_BSBstatic StringJSON_PROPERTY_EFTstatic StringJSON_PROPERTY_IBANstatic StringJSON_PROPERTY_RIX
-
Constructor Summary
Constructors Constructor Description AccountIdentifiers()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_ACH
public static final String JSON_PROPERTY_ACH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_BACS
public static final String JSON_PROPERTY_BACS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_BSB
public static final String JSON_PROPERTY_BSB
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EFT
public static final String JSON_PROPERTY_EFT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_IBAN
public static final String JSON_PROPERTY_IBAN
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RIX
public static final String JSON_PROPERTY_RIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
ach
public AccountIdentifiers ach(ACHAccountIdentifier ach)
ach- Parameters:
ach-- Returns:
- the current
AccountIdentifiersinstance, allowing for method chaining
-
getAch
public ACHAccountIdentifier getAch()
Get ach- Returns:
- ach
-
setAch
public void setAch(ACHAccountIdentifier ach)
ach- Parameters:
ach-
-
bacs
public AccountIdentifiers bacs(BACSAccountIdentifier bacs)
bacs- Parameters:
bacs-- Returns:
- the current
AccountIdentifiersinstance, allowing for method chaining
-
getBacs
public BACSAccountIdentifier getBacs()
Get bacs- Returns:
- bacs
-
setBacs
public void setBacs(BACSAccountIdentifier bacs)
bacs- Parameters:
bacs-
-
bsb
public AccountIdentifiers bsb(BSBAccountIdentifier bsb)
bsb- Parameters:
bsb-- Returns:
- the current
AccountIdentifiersinstance, allowing for method chaining
-
getBsb
public BSBAccountIdentifier getBsb()
Get bsb- Returns:
- bsb
-
setBsb
public void setBsb(BSBAccountIdentifier bsb)
bsb- Parameters:
bsb-
-
eft
public AccountIdentifiers eft(EFTAccountIdentifier eft)
eft- Parameters:
eft-- Returns:
- the current
AccountIdentifiersinstance, allowing for method chaining
-
getEft
public EFTAccountIdentifier getEft()
Get eft- Returns:
- eft
-
setEft
public void setEft(EFTAccountIdentifier eft)
eft- Parameters:
eft-
-
iban
public AccountIdentifiers iban(IBANAccountIdentifier iban)
iban- Parameters:
iban-- Returns:
- the current
AccountIdentifiersinstance, allowing for method chaining
-
getIban
public IBANAccountIdentifier getIban()
Get iban- Returns:
- iban
-
setIban
public void setIban(IBANAccountIdentifier iban)
iban- Parameters:
iban-
-
rix
public AccountIdentifiers rix(RIXAccountIdentifier rix)
rix- Parameters:
rix-- Returns:
- the current
AccountIdentifiersinstance, allowing for method chaining
-
getRix
public RIXAccountIdentifier getRix()
Get rix- Returns:
- rix
-
setRix
public void setRix(RIXAccountIdentifier rix)
rix- Parameters:
rix-
-
equals
public boolean equals(Object o)
Return true if this AccountIdentifiers object is equal to o.
-
fromJson
public static AccountIdentifiers fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of AccountIdentifiers given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AccountIdentifiers
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to AccountIdentifiers
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of AccountIdentifiers to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-