Class PayoutMethodsBankAccountSpec
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.PayoutMethodsBankAccountSpec
- All Implemented Interfaces:
StripeObjectInterface
The PayoutMethodsBankAccountSpec object.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Country, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe list of specs by country.Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.String representing the object's type.inthashCode()voidsetCountries(Map<String, PayoutMethodsBankAccountSpec.Country> countries) The list of specs by country.voidsetLivemode(Boolean livemode) Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.voidString representing the object's type.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PayoutMethodsBankAccountSpec
public PayoutMethodsBankAccountSpec()
-
-
Method Details
-
getCountries
The list of specs by country. -
getLivemode
Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode. -
getObject
String representing the object's type. Objects of the same type share the same value of the object field.Equal to
v2.money_management.payout_methods_bank_account_spec. -
setCountries
The list of specs by country. -
setLivemode
Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode. -
setObject
String representing the object's type. Objects of the same type share the same value of the object field.Equal to
v2.money_management.payout_methods_bank_account_spec. -
equals
-
canEqual
-
hashCode
public int hashCode()
-