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
The day of the week funds will be paid out, of the style 'monday', 'tuesday', etc. Only
shown if
interval
is weekly.-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
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, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SepaDebitPayments
public SepaDebitPayments()
-
-
Method Details