Package com.stripe.param
Class PaymentLinkUpdateParams.InvoiceCreation.InvoiceData.Issuer.Builder
java.lang.Object
com.stripe.param.PaymentLinkUpdateParams.InvoiceCreation.InvoiceData.Issuer.Builder
- Enclosing class:
- PaymentLinkUpdateParams.InvoiceCreation.InvoiceData.Issuer
public static class PaymentLinkUpdateParams.InvoiceCreation.InvoiceData.Issuer.Builder
extends Object
-
Constructor Summary
-
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.setAccount
(EmptyParam account) The connected account being referenced whentype
isaccount
.setAccount
(String account) The connected account being referenced whentype
isaccount
.Required. Type of the account referenced in the request.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAccount
public PaymentLinkUpdateParams.InvoiceCreation.InvoiceData.Issuer.Builder setAccount(String account) The connected account being referenced whentype
isaccount
. -
setAccount
public PaymentLinkUpdateParams.InvoiceCreation.InvoiceData.Issuer.Builder setAccount(EmptyParam account) The connected account being referenced whentype
isaccount
. -
putExtraParam
public PaymentLinkUpdateParams.InvoiceCreation.InvoiceData.Issuer.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. SeePaymentLinkUpdateParams.InvoiceCreation.InvoiceData.Issuer.extraParams
for the field documentation. -
putAllExtraParam
public PaymentLinkUpdateParams.InvoiceCreation.InvoiceData.Issuer.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. SeePaymentLinkUpdateParams.InvoiceCreation.InvoiceData.Issuer.extraParams
for the field documentation. -
setType
public PaymentLinkUpdateParams.InvoiceCreation.InvoiceData.Issuer.Builder setType(PaymentLinkUpdateParams.InvoiceCreation.InvoiceData.Issuer.Type type) Required. Type of the account referenced in the request.
-