Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.TaxInfo
Packages that use TaxInfo
-
Uses of TaxInfo in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return TaxInfoModifier and TypeMethodDescriptionPayer.getTaxInfo()
The tax information of the payer.Paypal.getTaxInfo()
The tax information of the PayPal account holder.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders with parameters of type TaxInfoModifier and TypeMethodDescriptionvoid
Payer.setTaxInfo
(TaxInfo taxInfo) The tax information of the payer.void
Paypal.setTaxInfo
(TaxInfo taxInfo) The tax information of the PayPal account holder.