Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.AddressPortable
- 
Packages that use AddressPortable Package Description com.broadleafcommerce.paypal.micro.gateway.domain.orders com.broadleafcommerce.paypal.micro.gateway.domain.payments  - 
- 
Uses of AddressPortable in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return AddressPortable Modifier and Type Method Description AddressPortablePaypal. getAddress()The address of the PayPal account holder.AddressPortablePayer. getAddressPortable()The address of the payer.AddressPortableShippingDetail. getAddressPortable()The address of the person to whom to ship the items.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders with parameters of type AddressPortable Modifier and Type Method Description voidPaypal. setAddress(AddressPortable address)The address of the PayPal account holder.voidPayer. setAddressPortable(AddressPortable addressPortable)The address of the payer.voidShippingDetail. setAddressPortable(AddressPortable addressPortable)The address of the person to whom to ship the items. - 
Uses of AddressPortable in com.broadleafcommerce.paypal.micro.gateway.domain.payments
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.payments that return AddressPortable Modifier and Type Method Description AddressPortableCardRequest. getBillingAddress()The billing address for this card.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.payments with parameters of type AddressPortable Modifier and Type Method Description voidCardRequest. setBillingAddress(AddressPortable billingAddress)The billing address for this card. 
 -