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. taxCountryCode(String taxCountryCode)The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code associated with the provided tax identification number.ShopperTaxInfoShopperTaxInfo. taxIdentificationNumber(String taxIdentificationNumber)The shopper’s tax identification number.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
-