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