Package com.stripe.param
Class PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.MarketplaceSeller.MarketplaceSellerAddress
java.lang.Object
com.stripe.param.PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.MarketplaceSeller.MarketplaceSellerAddress
- Enclosing class:
- PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.MarketplaceSeller
public static class PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.MarketplaceSeller.MarketplaceSellerAddress
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetCity()The city or town.The country in ISO 3166-1 alpha-2 format.Map of extra parameters for custom features not available in this client library.The postal code formatted according to country.The state, county, province, or region formatted according to country.Line 1 of the street address.Line 2 of the street address.inthashCode()
-
Method Details
-
builder
-
getCity
The city or town. -
getCountry
The country in ISO 3166-1 alpha-2 format. -
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@SerializedNamevalue. 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
The postal code formatted according to country. -
getRegion
The state, county, province, or region formatted according to country. -
getStreetAddress
Line 1 of the street address. -
getStreetAddress2
Line 2 of the street address. -
equals
-
canEqual
-
hashCode
public int hashCode()
-