Package com.stripe.model
Class Account.Settings.SepaDebitPayments
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Settings.SepaDebitPayments
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Settings
For more details about SepaDebitPayments, 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 boolean
boolean
SEPA creditor identifier that identifies the company making the payment.int
hashCode()
void
setCreditorId
(String creditorId) SEPA creditor identifier that identifies the company making the payment.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SepaDebitPayments
public SepaDebitPayments()
-
-
Method Details