Class TransferParticipantBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.TransferParticipantBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-12-10T20:49:07.766254Z[Etc/UTC]") public class TransferParticipantBankModel extends Object
TransferParticipantBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_AMOUNTstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description TransferParticipantBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransferParticipantBankModelamount(BigInteger amount)booleanequals(Object o)BigIntegergetAmount()The amount in base units of the asset.StringgetGuid()The participant's identifier.StringgetType()The type of participant; one of unknown, bank, customer, or counterparty.TransferParticipantBankModelguid(String guid)inthashCode()voidsetAmount(BigInteger amount)voidsetGuid(String guid)voidsetType(String type)StringtoString()TransferParticipantBankModeltype(String type)
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_AMOUNT
public static final String JSON_PROPERTY_AMOUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_GUID
public static final String JSON_PROPERTY_GUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public TransferParticipantBankModel type(String type)
-
getType
@Nonnull public String getType()
The type of participant; one of unknown, bank, customer, or counterparty.- Returns:
- type
-
setType
public void setType(String type)
-
amount
public TransferParticipantBankModel amount(BigInteger amount)
-
getAmount
@Nonnull public BigInteger getAmount()
The amount in base units of the asset.- Returns:
- amount
-
setAmount
public void setAmount(BigInteger amount)
-
guid
public TransferParticipantBankModel guid(String guid)
-
setGuid
public void setGuid(String guid)
-
-