Class PostTransferParticipantBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostTransferParticipantBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-03-24T15:12:05.771753Z[Etc/UTC]") public class PostTransferParticipantBankModel extends Object
Request body for a transfer participant.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPostTransferParticipantBankModel.TypeEnumThe type of participant.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_AMOUNTstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description PostTransferParticipantBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PostTransferParticipantBankModelamount(BigInteger amount)booleanequals(Object o)BigIntegergetAmount()The amount in base units of the asset.StringgetGuid()The participant's identifier.PostTransferParticipantBankModel.TypeEnumgetType()The type of participant.PostTransferParticipantBankModelguid(String guid)inthashCode()voidsetAmount(BigInteger amount)voidsetGuid(String guid)voidsetType(PostTransferParticipantBankModel.TypeEnum type)StringtoString()PostTransferParticipantBankModeltype(PostTransferParticipantBankModel.TypeEnum 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 PostTransferParticipantBankModel type(PostTransferParticipantBankModel.TypeEnum type)
-
getType
@Nonnull public PostTransferParticipantBankModel.TypeEnum getType()
The type of participant.- Returns:
- type
-
setType
public void setType(PostTransferParticipantBankModel.TypeEnum type)
-
amount
public PostTransferParticipantBankModel 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 PostTransferParticipantBankModel guid(String guid)
-
setGuid
public void setGuid(String guid)
-
-