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 TaxInfoPayer. getTaxInfo()The tax information of the payer.TaxInfoPaypal. 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 voidPayer. setTaxInfo(TaxInfo taxInfo)The tax information of the payer.voidPaypal. setTaxInfo(TaxInfo taxInfo)The tax information of the PayPal account holder.
-