public class TransactionAddressRequest extends AddressRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionAddressRequest.ShippingMethod |
| Modifier and Type | Field and Description |
|---|---|
private TransactionRequest |
parent |
private TransactionAddressRequest.ShippingMethod |
shippingMethod |
tagName| Constructor and Description |
|---|
TransactionAddressRequest(TransactionRequest parent,
String tagName) |
toQueryString, toQueryString, toXMLbuildXMLElement, buildXMLElement, getKind, toGraphQLVariablesprivate TransactionRequest parent
private TransactionAddressRequest.ShippingMethod shippingMethod
public TransactionAddressRequest(TransactionRequest parent, String tagName)
public TransactionAddressRequest company(String company)
company in class AddressRequestpublic TransactionAddressRequest countryName(String countryName)
countryName in class AddressRequestpublic TransactionAddressRequest countryCodeAlpha2(String countryCodeAlpha2)
countryCodeAlpha2 in class AddressRequestpublic TransactionAddressRequest countryCodeAlpha3(String countryCodeAlpha3)
countryCodeAlpha3 in class AddressRequestpublic TransactionAddressRequest countryCodeNumeric(String countryCodeNumeric)
countryCodeNumeric in class AddressRequestpublic TransactionAddressRequest extendedAddress(String extendedAddress)
extendedAddress in class AddressRequestpublic TransactionAddressRequest firstName(String firstName)
firstName in class AddressRequestpublic TransactionAddressRequest lastName(String lastName)
lastName in class AddressRequestpublic TransactionAddressRequest locality(String locality)
locality in class AddressRequestpublic TransactionAddressRequest phoneNumber(String phoneNumber)
phoneNumber in class AddressRequestpublic TransactionAddressRequest postalCode(String postalCode)
postalCode in class AddressRequestpublic TransactionAddressRequest region(String region)
region in class AddressRequestpublic TransactionAddressRequest shippingMethod(TransactionAddressRequest.ShippingMethod shippingMethod)
public TransactionAddressRequest streetAddress(String streetAddress)
streetAddress in class AddressRequestpublic TransactionRequest done()
protected RequestBuilder buildRequest(String root)
buildRequest in class AddressRequestCopyright © 2013-2021. All Rights Reserved.