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 AddressPortable
Paypal. getAddress()
The address of the PayPal account holder.AddressPortable
Payer. getAddressPortable()
The address of the payer.AddressPortable
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 AddressPortable Modifier and Type Method Description void
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 AddressPortable Modifier and Type Method Description AddressPortable
CardRequest. 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 void
CardRequest. setBillingAddress(AddressPortable billingAddress)
The billing address for this card.
-