Uses of Class
model.CreatePaymentInstrumentRequestAddress
-
Packages that use CreatePaymentInstrumentRequestAddress Package Description model -
-
Uses of CreatePaymentInstrumentRequestAddress in model
Methods in model that return CreatePaymentInstrumentRequestAddress Modifier and Type Method Description CreatePaymentInstrumentRequestAddressCreatePaymentInstrumentRequestAddress. city(String city)CreatePaymentInstrumentRequestAddressCreatePaymentInstrumentRequestAddress. country(String country)static CreatePaymentInstrumentRequestAddressCreatePaymentInstrumentRequestAddress. fromJson(String jsonString)Create an instance of CreatePaymentInstrumentRequestAddress given an JSON stringCreatePaymentInstrumentRequestAddressCreatePaymentInstrumentRequest. getAddress()Get addressCreatePaymentInstrumentRequestAddressCreatePaymentInstrumentRequestAddress. line1(String line1)CreatePaymentInstrumentRequestAddressCreatePaymentInstrumentRequestAddress. postalCode(String postalCode)CreatePaymentInstrumentRequestAddressCreatePaymentInstrumentRequestAddress. region(String region)Methods in model with parameters of type CreatePaymentInstrumentRequestAddress Modifier and Type Method Description CreatePaymentInstrumentRequestCreatePaymentInstrumentRequest. address(CreatePaymentInstrumentRequestAddress address)voidCreatePaymentInstrumentRequest. setAddress(CreatePaymentInstrumentRequestAddress address)
-