Class PaymentIntentConfirmParams.AmountDetails.Shipping

java.lang.Object
com.stripe.param.PaymentIntentConfirmParams.AmountDetails.Shipping
Enclosing class:
PaymentIntentConfirmParams.AmountDetails

public static class PaymentIntentConfirmParams.AmountDetails.Shipping extends Object
Required. The total tax on an item. Non-negative integer.
  • Method Details

    • builder

    • getAmount

      public Object getAmount()
      Portion of the amount that is for shipping.
    • 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.
    • getFromPostalCode

      public Object getFromPostalCode()
      The postal code that represents the shipping source.
    • getToPostalCode

      public Object getToPostalCode()
      The postal code that represents the shipping destination.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object