public class CustomerOptionsPayPalShippingRequest extends AddressRequest
Modifier and Type | Field and Description |
---|---|
private CustomerOptionsPayPalRequest |
parent |
tagName
Constructor and Description |
---|
CustomerOptionsPayPalShippingRequest(CustomerOptionsPayPalRequest parent) |
Modifier and Type | Method and Description |
---|---|
CustomerOptionsPayPalShippingRequest |
company(String company) |
CustomerOptionsPayPalShippingRequest |
countryCodeAlpha2(String countryCodeAlpha2) |
CustomerOptionsPayPalShippingRequest |
countryCodeAlpha3(String countryCodeAlpha3) |
CustomerOptionsPayPalShippingRequest |
countryCodeNumeric(String countryCodeNumeric) |
CustomerOptionsPayPalShippingRequest |
countryName(String countryName) |
CustomerOptionsPayPalRequest |
done() |
CustomerOptionsPayPalShippingRequest |
extendedAddress(String extendedAddress) |
CustomerOptionsPayPalShippingRequest |
firstName(String firstName) |
CustomerOptionsPayPalShippingRequest |
lastName(String lastName) |
CustomerOptionsPayPalShippingRequest |
locality(String locality) |
CustomerOptionsPayPalShippingRequest |
postalCode(String postalCode) |
CustomerOptionsPayPalShippingRequest |
region(String region) |
CustomerOptionsPayPalShippingRequest |
streetAddress(String streetAddress) |
buildRequest, toQueryString, toQueryString, toXML
buildXMLElement, buildXMLElement, getKind, toGraphQLVariables
private CustomerOptionsPayPalRequest parent
public CustomerOptionsPayPalShippingRequest(CustomerOptionsPayPalRequest parent)
public CustomerOptionsPayPalShippingRequest company(String company)
company
in class AddressRequest
public CustomerOptionsPayPalShippingRequest countryName(String countryName)
countryName
in class AddressRequest
public CustomerOptionsPayPalShippingRequest countryCodeAlpha2(String countryCodeAlpha2)
countryCodeAlpha2
in class AddressRequest
public CustomerOptionsPayPalShippingRequest countryCodeAlpha3(String countryCodeAlpha3)
countryCodeAlpha3
in class AddressRequest
public CustomerOptionsPayPalShippingRequest countryCodeNumeric(String countryCodeNumeric)
countryCodeNumeric
in class AddressRequest
public CustomerOptionsPayPalShippingRequest extendedAddress(String extendedAddress)
extendedAddress
in class AddressRequest
public CustomerOptionsPayPalShippingRequest firstName(String firstName)
firstName
in class AddressRequest
public CustomerOptionsPayPalShippingRequest lastName(String lastName)
lastName
in class AddressRequest
public CustomerOptionsPayPalShippingRequest locality(String locality)
locality
in class AddressRequest
public CustomerOptionsPayPalShippingRequest postalCode(String postalCode)
postalCode
in class AddressRequest
public CustomerOptionsPayPalShippingRequest region(String region)
region
in class AddressRequest
public CustomerOptionsPayPalShippingRequest streetAddress(String streetAddress)
streetAddress
in class AddressRequest
public CustomerOptionsPayPalRequest done()
Copyright © 2013-2020. All Rights Reserved.