Class QuoteEntrySourceAccountBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.QuoteEntrySourceAccountBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-04-15T18:59:03.053627Z[Etc/UTC]") public class QuoteEntrySourceAccountBankModel extends Object
The source account in the batch transfer entry.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_BANK_GUIDstatic StringJSON_PROPERTY_CUSTOMER_GUIDstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description QuoteEntrySourceAccountBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuoteEntrySourceAccountBankModelbankGuid(String bankGuid)QuoteEntrySourceAccountBankModelcustomerGuid(String customerGuid)booleanequals(Object o)StringgetBankGuid()The account's identifier.org.openapitools.jackson.nullable.JsonNullable<String>getBankGuid_JsonNullable()StringgetCustomerGuid()The account's identifier.org.openapitools.jackson.nullable.JsonNullable<String>getCustomerGuid_JsonNullable()StringgetGuid()Auto-generated unique identifier for the transfer account.StringgetType()The type of transfer account; one of external_wallet.QuoteEntrySourceAccountBankModelguid(String guid)inthashCode()voidsetBankGuid(String bankGuid)voidsetBankGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> bankGuid)voidsetCustomerGuid(String customerGuid)voidsetCustomerGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> customerGuid)voidsetGuid(String guid)voidsetType(String type)StringtoString()QuoteEntrySourceAccountBankModeltype(String type)
-
-
-
Field Detail
-
JSON_PROPERTY_GUID
public static final String JSON_PROPERTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_BANK_GUID
public static final String JSON_PROPERTY_BANK_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CUSTOMER_GUID
public static final String JSON_PROPERTY_CUSTOMER_GUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
guid
public QuoteEntrySourceAccountBankModel guid(String guid)
-
getGuid
@Nullable public String getGuid()
Auto-generated unique identifier for the transfer account.- Returns:
- guid
-
setGuid
public void setGuid(String guid)
-
type
public QuoteEntrySourceAccountBankModel type(String type)
-
getType
@Nullable public String getType()
The type of transfer account; one of external_wallet.- Returns:
- type
-
setType
public void setType(String type)
-
bankGuid
public QuoteEntrySourceAccountBankModel bankGuid(String bankGuid)
-
getBankGuid_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getBankGuid_JsonNullable()
-
setBankGuid_JsonNullable
public void setBankGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> bankGuid)
-
setBankGuid
public void setBankGuid(String bankGuid)
-
customerGuid
public QuoteEntrySourceAccountBankModel customerGuid(String customerGuid)
-
getCustomerGuid
@Nullable public String getCustomerGuid()
The account's identifier.- Returns:
- customerGuid
-
getCustomerGuid_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getCustomerGuid_JsonNullable()
-
setCustomerGuid_JsonNullable
public void setCustomerGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> customerGuid)
-
setCustomerGuid
public void setCustomerGuid(String customerGuid)
-
-