Package com.stripe.model
Class PaymentLink.ConsentCollection
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.ConsentCollection
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentLink
Get expanded
account
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Settings related to the payment method reuse text shown in the Checkout UI.If set toauto
, enables the collection of customer consent for promotional communications.If set torequired
, it requires cutomers to accept the terms of service before being able to pay.int
hashCode()
void
setPaymentMethodReuseAgreement
(PaymentLink.ConsentCollection.PaymentMethodReuseAgreement paymentMethodReuseAgreement) Settings related to the payment method reuse text shown in the Checkout UI.void
setPromotions
(String promotions) If set toauto
, enables the collection of customer consent for promotional communications.void
setTermsOfService
(String termsOfService) If set torequired
, it requires cutomers to accept the terms of service before being able to pay.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ConsentCollection
public ConsentCollection()
-
-
Method Details
-
getPaymentMethodReuseAgreement
Settings related to the payment method reuse text shown in the Checkout UI. -
getPromotions
If set toauto
, enables the collection of customer consent for promotional communications.One of
auto
, ornone
. -
getTermsOfService
If set torequired
, it requires cutomers to accept the terms of service before being able to pay. If set tonone
, customers won't be shown a checkbox to accept the terms of service.One of
none
, orrequired
. -
setPaymentMethodReuseAgreement
public void setPaymentMethodReuseAgreement(PaymentLink.ConsentCollection.PaymentMethodReuseAgreement paymentMethodReuseAgreement) Settings related to the payment method reuse text shown in the Checkout UI. -
setPromotions
If set toauto
, enables the collection of customer consent for promotional communications.One of
auto
, ornone
. -
setTermsOfService
If set torequired
, it requires cutomers to accept the terms of service before being able to pay. If set tonone
, customers won't be shown a checkbox to accept the terms of service.One of
none
, orrequired
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-