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.ShippingCallbackRequest.getAddressPortable()Redacted shipping address to be used for shipping options and tax calculations.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.voidShippingCallbackRequest.setAddressPortable(AddressPortable addressPortable) Redacted shipping address to be used for shipping options and tax calculations.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. -
Uses of AddressPortable in com.broadleafcommerce.paypal.micro.gateway.service
Methods in com.broadleafcommerce.paypal.micro.gateway.service that return AddressPortableModifier and TypeMethodDescriptionprotected AddressPortableDefaultPayPalCheckoutHostedService.findAndValidateAddressToUse(@NonNull ShippingCallbackRequest shippingCallbackRequest, @NonNull PurchaseUnit purchaseUnit, @NonNull Order updatedOrder) Methods in com.broadleafcommerce.paypal.micro.gateway.service with parameters of type AddressPortableModifier and TypeMethodDescriptionprotected booleanDefaultPayPalCheckoutHostedService.validateAddress(AddressPortable addressPortable)