Class BankSupportedPayoutSymbolsInnerBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.BankSupportedPayoutSymbolsInnerBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-05-22T19:52:19.466430Z[Etc/UTC]") public class BankSupportedPayoutSymbolsInnerBankModel extends Object
BankSupportedPayoutSymbolsInnerBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_COUNTRY_CODEstatic StringJSON_PROPERTY_PARTICIPANTS_TYPEstatic StringJSON_PROPERTY_ROUTEstatic StringJSON_PROPERTY_SYMBOL
-
Constructor Summary
Constructors Constructor Description BankSupportedPayoutSymbolsInnerBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BankSupportedPayoutSymbolsInnerBankModelcountryCode(String countryCode)booleanequals(Object o)StringgetCountryCode()The ISO 3166 country 2-Alpha country code of the payout symbol.StringgetParticipantsType()The participants type; one of C2C, C2B, B2C, or B2B.StringgetRoute()The payout symbol route; one of bank_account or mobile_wallet.StringgetSymbol()The payout symbol code.inthashCode()BankSupportedPayoutSymbolsInnerBankModelparticipantsType(String participantsType)BankSupportedPayoutSymbolsInnerBankModelroute(String route)voidsetCountryCode(String countryCode)voidsetParticipantsType(String participantsType)voidsetRoute(String route)voidsetSymbol(String symbol)BankSupportedPayoutSymbolsInnerBankModelsymbol(String symbol)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_SYMBOL
public static final String JSON_PROPERTY_SYMBOL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_COUNTRY_CODE
public static final String JSON_PROPERTY_COUNTRY_CODE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PARTICIPANTS_TYPE
public static final String JSON_PROPERTY_PARTICIPANTS_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ROUTE
public static final String JSON_PROPERTY_ROUTE
- See Also:
- Constant Field Values
-
-
Method Detail
-
symbol
public BankSupportedPayoutSymbolsInnerBankModel symbol(String symbol)
-
setSymbol
public void setSymbol(String symbol)
-
countryCode
public BankSupportedPayoutSymbolsInnerBankModel countryCode(String countryCode)
-
getCountryCode
@Nullable public String getCountryCode()
The ISO 3166 country 2-Alpha country code of the payout symbol.- Returns:
- countryCode
-
setCountryCode
public void setCountryCode(String countryCode)
-
participantsType
public BankSupportedPayoutSymbolsInnerBankModel participantsType(String participantsType)
-
getParticipantsType
@Nullable public String getParticipantsType()
The participants type; one of C2C, C2B, B2C, or B2B.- Returns:
- participantsType
-
setParticipantsType
public void setParticipantsType(String participantsType)
-
route
public BankSupportedPayoutSymbolsInnerBankModel route(String route)
-
getRoute
@Nullable public String getRoute()
The payout symbol route; one of bank_account or mobile_wallet.- Returns:
- route
-
setRoute
public void setRoute(String route)
-
-