Uses of Class
com.adyen.model.checkout.BillingAddress
-
Packages that use BillingAddress Package Description com.adyen.model.checkout -
-
Uses of BillingAddress in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return BillingAddress Modifier and Type Method Description BillingAddressBillingAddress. city(String city)The name of the city.BillingAddressBillingAddress. country(String country)The two-character ISO-3166-1 alpha-2 country code.static BillingAddressBillingAddress. fromJson(String jsonString)Create an instance of BillingAddress given an JSON stringBillingAddressSubMerchantInfo. getAddress()Get addressBillingAddressCreateCheckoutSessionRequest. getBillingAddress()Get billingAddressBillingAddressCreateCheckoutSessionResponse. getBillingAddress()Get billingAddressBillingAddressDonationPaymentRequest. getBillingAddress()Get billingAddressBillingAddressPaymentRequest. getBillingAddress()Get billingAddressBillingAddressBillingAddress. houseNumberOrName(String houseNumberOrName)The number or name of the house.BillingAddressBillingAddress. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.BillingAddressBillingAddress. postalCode(String postalCode)A maximum of five digits for an address in the US, or a maximum of ten characters for an address in all other countries.BillingAddressBillingAddress. stateOrProvince(String stateOrProvince)The two-character ISO 3166-2 state or province code.BillingAddressBillingAddress. street(String street)The name of the street.Methods in com.adyen.model.checkout with parameters of type BillingAddress Modifier and Type Method Description SubMerchantInfoSubMerchantInfo. address(BillingAddress address)addressCreateCheckoutSessionRequestCreateCheckoutSessionRequest. billingAddress(BillingAddress billingAddress)billingAddressCreateCheckoutSessionResponseCreateCheckoutSessionResponse. billingAddress(BillingAddress billingAddress)billingAddressDonationPaymentRequestDonationPaymentRequest. billingAddress(BillingAddress billingAddress)billingAddressPaymentRequestPaymentRequest. billingAddress(BillingAddress billingAddress)billingAddressvoidSubMerchantInfo. setAddress(BillingAddress address)addressvoidCreateCheckoutSessionRequest. setBillingAddress(BillingAddress billingAddress)billingAddressvoidCreateCheckoutSessionResponse. setBillingAddress(BillingAddress billingAddress)billingAddressvoidDonationPaymentRequest. setBillingAddress(BillingAddress billingAddress)billingAddressvoidPaymentRequest. setBillingAddress(BillingAddress billingAddress)billingAddress
-