Package com.stripe.param.v2.billing
Class CollectionSettingCreateParams.EmailDelivery.PaymentDue.Builder
java.lang.Object
com.stripe.param.v2.billing.CollectionSettingCreateParams.EmailDelivery.PaymentDue.Builder
- Enclosing class:
- CollectionSettingCreateParams.EmailDelivery.PaymentDue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.setEnabled
(Boolean enabled) Required. If true an email for the invoice would be generated and sent out.setIncludePaymentLink
(Boolean includePaymentLink)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setEnabled
Required. If true an email for the invoice would be generated and sent out. -
putExtraParam
public CollectionSettingCreateParams.EmailDelivery.PaymentDue.Builder putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeCollectionSettingCreateParams.EmailDelivery.PaymentDue.extraParams
for the field documentation. -
putAllExtraParam
public CollectionSettingCreateParams.EmailDelivery.PaymentDue.Builder putAllExtraParam(Map<String, Object> map) Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeCollectionSettingCreateParams.EmailDelivery.PaymentDue.extraParams
for the field documentation. -
setIncludePaymentLink
public CollectionSettingCreateParams.EmailDelivery.PaymentDue.Builder setIncludePaymentLink(Boolean includePaymentLink)
-