Uses of Class
com.adyen.model.checkout.Agency
-
Packages that use Agency Package Description com.adyen.model.checkout -
-
Uses of Agency in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Agency Modifier and Type Method Description static AgencyAgency. fromJson(String jsonString)Create an instance of Agency given an JSON stringAgencyAirline. getAgency()Get agencyAgencyAgency. invoiceNumber(String invoiceNumber)The reference number for the invoice, issued by the agency. * Encoding: ASCII * minLength: 1 character * maxLength: 6 charactersAgencyAgency. planName(String planName)The two-letter agency plan identifier. * Encoding: ASCII * minLength: 2 characters * maxLength: 2 charactersMethods in com.adyen.model.checkout with parameters of type Agency Modifier and Type Method Description AirlineAirline. agency(Agency agency)agencyvoidAirline. setAgency(Agency agency)agency
-