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