Class PaymentIntentCreateParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.MarketplaceSeller.MarketplaceSellerAddress

java.lang.Object
com.stripe.param.PaymentIntentCreateParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.MarketplaceSeller.MarketplaceSellerAddress
Enclosing class:
PaymentIntentCreateParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.MarketplaceSeller

public static class PaymentIntentCreateParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.MarketplaceSeller.MarketplaceSellerAddress extends Object
  • Method Details

    • builder

    • getCity

      public String getCity()
      The city or town.
    • getCountry

      public String getCountry()
      The country in ISO 3166-1 alpha-2 format.
    • 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.
    • getPostalCode

      public String getPostalCode()
      The postal code formatted according to country.
    • getRegion

      public String getRegion()
      The state, county, province, or region formatted according to country.
    • getStreetAddress

      public String getStreetAddress()
      Line 1 of the street address.
    • getStreetAddress2

      public String getStreetAddress2()
      Line 2 of the street address.
    • 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