Package com.stripe.model.v2.billing
Class CollectionSettingVersion.PaymentMethodOptions.AcssDebit
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.CollectionSettingVersion.PaymentMethodOptions.AcssDebit
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- CollectionSettingVersion.PaymentMethodOptions
This sub-hash contains details about the Canadian pre-authorized debit payment method
options.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAdditional fields for Mandate creation. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetMandateOptions(CollectionSettingVersion.PaymentMethodOptions.AcssDebit.MandateOptions mandateOptions) voidsetVerificationMethod(String verificationMethod) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AcssDebit
public AcssDebit()
-
-
Method Details
-
getMandateOptions
-
getVerificationMethod
-
setMandateOptions
public void setMandateOptions(CollectionSettingVersion.PaymentMethodOptions.AcssDebit.MandateOptions mandateOptions) -
setVerificationMethod
-
equals
-
canEqual
-
hashCode
public int hashCode()
-