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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanIf set toauto, enables the collection of customer consent for promotional communications.inthashCode()voidsetPromotions(String promotions) If set toauto, enables the collection of customer consent for promotional communications.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ConsentCollection
public ConsentCollection()
-
-
Method Details
-
getPromotions
If set toauto, enables the collection of customer consent for promotional communications.One of
auto, ornone. -
setPromotions
If set toauto, enables the collection of customer consent for promotional communications.One of
auto, ornone. -
equals
-
canEqual
-
hashCode
public int hashCode()
-