public class PaymentMethodOptionsPayPalShippingRequest extends AddressRequest
| Modifier and Type | Field and Description |
|---|---|
private PaymentMethodOptionsPayPalRequest |
parent |
tagName| Constructor and Description |
|---|
PaymentMethodOptionsPayPalShippingRequest(PaymentMethodOptionsPayPalRequest parent) |
buildRequest, toQueryString, toQueryString, toXMLbuildXMLElement, buildXMLElement, getKind, toGraphQLVariablesprivate PaymentMethodOptionsPayPalRequest parent
public PaymentMethodOptionsPayPalShippingRequest(PaymentMethodOptionsPayPalRequest parent)
public PaymentMethodOptionsPayPalRequest done()
public PaymentMethodOptionsPayPalShippingRequest company(String company)
company in class AddressRequestpublic PaymentMethodOptionsPayPalShippingRequest countryName(String countryName)
countryName in class AddressRequestpublic PaymentMethodOptionsPayPalShippingRequest countryCodeAlpha2(String countryCodeAlpha2)
countryCodeAlpha2 in class AddressRequestpublic PaymentMethodOptionsPayPalShippingRequest countryCodeAlpha3(String countryCodeAlpha3)
countryCodeAlpha3 in class AddressRequestpublic PaymentMethodOptionsPayPalShippingRequest countryCodeNumeric(String countryCodeNumeric)
countryCodeNumeric in class AddressRequestpublic PaymentMethodOptionsPayPalShippingRequest extendedAddress(String extendedAddress)
extendedAddress in class AddressRequestpublic PaymentMethodOptionsPayPalShippingRequest firstName(String firstName)
firstName in class AddressRequestpublic PaymentMethodOptionsPayPalShippingRequest lastName(String lastName)
lastName in class AddressRequestpublic PaymentMethodOptionsPayPalShippingRequest locality(String locality)
locality in class AddressRequestpublic PaymentMethodOptionsPayPalShippingRequest postalCode(String postalCode)
postalCode in class AddressRequestpublic PaymentMethodOptionsPayPalShippingRequest region(String region)
region in class AddressRequestpublic PaymentMethodOptionsPayPalShippingRequest streetAddress(String streetAddress)
streetAddress in class AddressRequestCopyright © 2013-2018. All Rights Reserved.