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 TypeMethodDescriptionvoidPaypal.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 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 TypeMethodDescriptionvoidCardRequest.setBillingAddress(AddressPortable billingAddress) The billing address for this card.