Uses of Class
com.adyen.model.checkout.Destination
-
Packages that use Destination Package Description com.adyen.model.checkout -
-
Uses of Destination in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Destination Modifier and Type Method Description DestinationDestination. countryCode(String countryCode)The two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) or three-letter [ISO 3166-1 alpha-3 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) for the destination address. * Encoding: ASCII * Min length: 2 characters * Max length: 3 charactersstatic DestinationDestination. fromJson(String jsonString)Create an instance of Destination given an JSON stringDestinationLevelTwoThree. getDestination()Get destinationDestinationDestination. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.DestinationDestination. postalCode(String postalCode)The postal code of the destination address. * Encoding: ASCII * Max length: 10 characters * Must not start with a space. * For the US, it must be in five or nine digits format.DestinationDestination. stateOrProvince(String stateOrProvince)The state or province code of the destination address. * Encoding: ASCII * Max length: 3 characters * Must not start with a space.Methods in com.adyen.model.checkout with parameters of type Destination Modifier and Type Method Description LevelTwoThreeLevelTwoThree. destination(Destination destination)destinationvoidLevelTwoThree. setDestination(Destination destination)destination
-