Uses of Class
app.cybrid.cybrid_api_bank.client.model.CustomerAddressBankModel
-
Packages that use CustomerAddressBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of CustomerAddressBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return CustomerAddressBankModel Modifier and Type Method Description CustomerAddressBankModelCustomerAddressBankModel. city(String city)CustomerAddressBankModelCustomerAddressBankModel. countryCode(String countryCode)CustomerAddressBankModelCustomerBankModel. getAddress()Get addressCustomerAddressBankModelCustomerAddressBankModel. postalCode(String postalCode)CustomerAddressBankModelCustomerAddressBankModel. street(String street)CustomerAddressBankModelCustomerAddressBankModel. street2(String street2)CustomerAddressBankModelCustomerAddressBankModel. subdivision(String subdivision)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type CustomerAddressBankModel Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<CustomerAddressBankModel>CustomerBankModel. getAddress_JsonNullable()Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type CustomerAddressBankModel Modifier and Type Method Description CustomerBankModelCustomerBankModel. address(CustomerAddressBankModel address)voidCustomerBankModel. setAddress(CustomerAddressBankModel address)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type CustomerAddressBankModel Modifier and Type Method Description voidCustomerBankModel. setAddress_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<CustomerAddressBankModel> address)
-