Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.AddressPortable
Packages that use AddressPortable
Package
Description
-
Uses of AddressPortable in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return AddressPortableModifier and TypeMethodDescriptionPaypal.getAddress()
The address of the PayPal account holder.Payer.getAddressPortable()
The address of the payer.ShippingDetail.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 AddressPortableModifier and TypeMethodDescriptionvoid
Paypal.setAddress
(AddressPortable address) The address of the PayPal account holder.void
Payer.setAddressPortable
(AddressPortable addressPortable) The address of the payer.void
ShippingDetail.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 AddressPortableModifier and TypeMethodDescriptionCardRequest.getBillingAddress()
The billing address for this card.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.payments with parameters of type AddressPortableModifier and TypeMethodDescriptionvoid
CardRequest.setBillingAddress
(AddressPortable billingAddress) The billing address for this card.