Uses of Class
com.adyen.model.checkout.ShopperTaxInfo
-
Packages that use ShopperTaxInfo Package Description com.adyen.model.checkout -
-
Uses of ShopperTaxInfo in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ShopperTaxInfo Modifier and Type Method Description static ShopperTaxInfoShopperTaxInfo. fromJson(String jsonString)Create an instance of ShopperTaxInfo given an JSON stringShopperTaxInfoPaymentRequest. getShopperTaxInfo()Get shopperTaxInfoShopperTaxInfoShopperTaxInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.ShopperTaxInfoShopperTaxInfo. taxId(String taxId)The tax-id of the shopper doing the transaction.ShopperTaxInfoShopperTaxInfo. taxIdCountryCode(String taxIdCountryCode)The country to which the tax-id belongs to.Methods in com.adyen.model.checkout with parameters of type ShopperTaxInfo Modifier and Type Method Description voidPaymentRequest. setShopperTaxInfo(ShopperTaxInfo shopperTaxInfo)shopperTaxInfoPaymentRequestPaymentRequest. shopperTaxInfo(ShopperTaxInfo shopperTaxInfo)shopperTaxInfo
-