Class OutboundPaymentCreateParams.DeliveryOptions.PaperCheck.Builder
java.lang.Object
com.stripe.param.v2.moneymanagement.OutboundPaymentCreateParams.DeliveryOptions.PaperCheck.Builder
- Enclosing class:
- OutboundPaymentCreateParams.DeliveryOptions.PaperCheck
-
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.Memo printed on the memo field of the check.setShippingSpeed(OutboundPaymentCreateParams.DeliveryOptions.PaperCheck.ShippingSpeed shippingSpeed) Open Enum.setSignature(String signature) Required. Signature for the paper check.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public OutboundPaymentCreateParams.DeliveryOptions.PaperCheck.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. SeeOutboundPaymentCreateParams.DeliveryOptions.PaperCheck.extraParamsfor the field documentation. -
putAllExtraParam
public OutboundPaymentCreateParams.DeliveryOptions.PaperCheck.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. SeeOutboundPaymentCreateParams.DeliveryOptions.PaperCheck.extraParamsfor the field documentation. -
setMemo
Memo printed on the memo field of the check. -
setShippingSpeed
public OutboundPaymentCreateParams.DeliveryOptions.PaperCheck.Builder setShippingSpeed(OutboundPaymentCreateParams.DeliveryOptions.PaperCheck.ShippingSpeed shippingSpeed) Open Enum. Shipping speed of the paper check. Defaults to standard. -
setSignature
public OutboundPaymentCreateParams.DeliveryOptions.PaperCheck.Builder setSignature(String signature) Required. Signature for the paper check.
-