public class CustomerOptionsPayPalShippingRequest extends AddressRequest
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, toXMLbuildXMLElement, buildXMLElement, getKind, toGraphQLVariablespublic CustomerOptionsPayPalShippingRequest(CustomerOptionsPayPalRequest parent)
public CustomerOptionsPayPalShippingRequest company(String company)
company in class AddressRequestpublic CustomerOptionsPayPalShippingRequest countryName(String countryName)
countryName in class AddressRequestpublic CustomerOptionsPayPalShippingRequest countryCodeAlpha2(String countryCodeAlpha2)
countryCodeAlpha2 in class AddressRequestpublic CustomerOptionsPayPalShippingRequest countryCodeAlpha3(String countryCodeAlpha3)
countryCodeAlpha3 in class AddressRequestpublic CustomerOptionsPayPalShippingRequest countryCodeNumeric(String countryCodeNumeric)
countryCodeNumeric in class AddressRequestpublic CustomerOptionsPayPalShippingRequest extendedAddress(String extendedAddress)
extendedAddress in class AddressRequestpublic CustomerOptionsPayPalShippingRequest firstName(String firstName)
firstName in class AddressRequestpublic CustomerOptionsPayPalShippingRequest lastName(String lastName)
lastName in class AddressRequestpublic CustomerOptionsPayPalShippingRequest locality(String locality)
locality in class AddressRequestpublic CustomerOptionsPayPalShippingRequest postalCode(String postalCode)
postalCode in class AddressRequestpublic CustomerOptionsPayPalShippingRequest region(String region)
region in class AddressRequestpublic CustomerOptionsPayPalShippingRequest streetAddress(String streetAddress)
streetAddress in class AddressRequestpublic CustomerOptionsPayPalRequest done()
Copyright © 2013–2018. All rights reserved.