Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostCustomerAddressBankModel
-
Packages that use PostCustomerAddressBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostCustomerAddressBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostCustomerAddressBankModel Modifier and Type Method Description PostCustomerAddressBankModelPostCustomerAddressBankModel. city(String city)PostCustomerAddressBankModelPostCustomerAddressBankModel. countryCode(String countryCode)PostCustomerAddressBankModelPostCustomerBankModel. getAddress()Get addressPostCustomerAddressBankModelPostCustomerAddressBankModel. postalCode(String postalCode)PostCustomerAddressBankModelPostCustomerAddressBankModel. street(String street)PostCustomerAddressBankModelPostCustomerAddressBankModel. street2(String street2)PostCustomerAddressBankModelPostCustomerAddressBankModel. subdivision(String subdivision)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type PostCustomerAddressBankModel Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<PostCustomerAddressBankModel>PostCustomerBankModel. getAddress_JsonNullable()Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type PostCustomerAddressBankModel Modifier and Type Method Description PostCustomerBankModelPostCustomerBankModel. address(PostCustomerAddressBankModel address)voidPostCustomerBankModel. setAddress(PostCustomerAddressBankModel address)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type PostCustomerAddressBankModel Modifier and Type Method Description voidPostCustomerBankModel. setAddress_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<PostCustomerAddressBankModel> address)
-