Package com.stripe.param
Class DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress.Builder
java.lang.Object
com.stripe.param.DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress.Builder
- Enclosing class:
- DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress
public static class DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress.Builder
extends Object
-
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.setCity
(EmptyParam city) City, district, suburb, town, or village.City, district, suburb, town, or village.setCountry
(EmptyParam country) Two-letter country code (ISO 3166-1 alpha-2).setCountry
(String country) Two-letter country code (ISO 3166-1 alpha-2).setLine1
(EmptyParam line1) Address line 1, such as the street, PO Box, or company name.Address line 1, such as the street, PO Box, or company name.setLine2
(EmptyParam line2) Address line 2, such as the apartment, suite, unit, or building.Address line 2, such as the apartment, suite, unit, or building.setPostalCode
(EmptyParam postalCode) ZIP or postal code.setPostalCode
(String postalCode) ZIP or postal code.setState
(EmptyParam state) State, county, province, or region.State, county, province, or region.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress build()Finalize and obtain parameter instance from this builder. -
setCity
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress.Builder setCity(String city) City, district, suburb, town, or village. -
setCity
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress.Builder setCity(EmptyParam city) City, district, suburb, town, or village. -
setCountry
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress.Builder setCountry(String country) Two-letter country code (ISO 3166-1 alpha-2). -
setCountry
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress.Builder setCountry(EmptyParam country) Two-letter country code (ISO 3166-1 alpha-2). -
putExtraParam
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress.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. SeeDisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress.extraParams
for the field documentation. -
putAllExtraParam
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress.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. SeeDisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress.extraParams
for the field documentation. -
setLine1
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress.Builder setLine1(String line1) Address line 1, such as the street, PO Box, or company name. -
setLine1
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress.Builder setLine1(EmptyParam line1) Address line 1, such as the street, PO Box, or company name. -
setLine2
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress.Builder setLine2(String line2) Address line 2, such as the apartment, suite, unit, or building. -
setLine2
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress.Builder setLine2(EmptyParam line2) Address line 2, such as the apartment, suite, unit, or building. -
setPostalCode
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress.Builder setPostalCode(String postalCode) ZIP or postal code. -
setPostalCode
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress.Builder setPostalCode(EmptyParam postalCode) ZIP or postal code. -
setState
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress.Builder setState(String state) State, county, province, or region. -
setState
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress.Builder setState(EmptyParam state) State, county, province, or region.
-