Package com.stripe.param
Class PaymentIntentCreateParams.TransferData.PaymentData.Builder
java.lang.Object
com.stripe.param.PaymentIntentCreateParams.TransferData.PaymentData.Builder
- Enclosing class:
- PaymentIntentCreateParams.TransferData.PaymentData
-
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.putAllMetadata(Map<String, String> map) Add all map key/value pairs to `metadata` map.putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map.putMetadata(String key, String value) Add a key/value pair to `metadata` map.setDescription(String description) An arbitrary string attached to the destination payment.setMetadata(EmptyParam metadata) Set of key-value pairs that you can attach to an object.setMetadata(Map<String, String> metadata)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setDescription
public PaymentIntentCreateParams.TransferData.PaymentData.Builder setDescription(String description) An arbitrary string attached to the destination payment. Often useful for displaying to users. -
putExtraParam
public PaymentIntentCreateParams.TransferData.PaymentData.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. SeePaymentIntentCreateParams.TransferData.PaymentData.extraParamsfor the field documentation. -
putAllExtraParam
public PaymentIntentCreateParams.TransferData.PaymentData.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. SeePaymentIntentCreateParams.TransferData.PaymentData.extraParamsfor the field documentation. -
putMetadata
public PaymentIntentCreateParams.TransferData.PaymentData.Builder putMetadata(String key, String value) Add a key/value pair to `metadata` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeePaymentIntentCreateParams.TransferData.PaymentData.metadatafor the field documentation. -
putAllMetadata
public PaymentIntentCreateParams.TransferData.PaymentData.Builder putAllMetadata(Map<String, String> map) Add all map key/value pairs to `metadata` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeePaymentIntentCreateParams.TransferData.PaymentData.metadatafor the field documentation. -
setMetadata
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. -
setMetadata
public PaymentIntentCreateParams.TransferData.PaymentData.Builder setMetadata(Map<String, String> metadata)
-