Class CardCreateParams.Shipping

java.lang.Object
com.stripe.param.issuing.CardCreateParams.Shipping
Enclosing class:
CardCreateParams

public static class CardCreateParams.Shipping extends Object
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. See CardCreateParams.Pin.extraParams for the field documentation.
  • Method Details

    • builder

      public static CardCreateParams.Shipping.Builder builder()
    • getAddress

      public CardCreateParams.Shipping.Address getAddress()
      Required. The address that the card is shipped to.
    • getCustoms

      public CardCreateParams.Shipping.Customs getCustoms()
      Customs information for the shipment.
    • getExtraParams

      public Map<String,Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
    • getName

      public String getName()
      Required. The name printed on the shipping label when shipping the card.
    • getPhoneNumber

      public String getPhoneNumber()
      Phone number of the recipient of the shipment.
    • getRequireSignature

      public Boolean getRequireSignature()
      Whether a signature is required for card delivery.
    • getService

      public CardCreateParams.Shipping.Service getService()
      Shipment service.
    • getType

      Packaging options.