public static final class CustomerBankAccountService.CustomerBankAccountUpdateRequest extends PutRequest<CustomerBankAccount>
Request class for CustomerBankAccountService.update(java.lang.String)
.
Updates a customer bank account object. Only the metadata parameter is allowed.
Modifier and Type | Method and Description |
---|---|
CustomerBankAccountService.CustomerBankAccountUpdateRequest |
withHeader(java.lang.String headerName,
java.lang.String headerValue) |
CustomerBankAccountService.CustomerBankAccountUpdateRequest |
withMetadata(java.util.Map<java.lang.String,java.lang.String> metadata)
Key-value store of custom data.
|
CustomerBankAccountService.CustomerBankAccountUpdateRequest |
withMetadata(java.lang.String key,
java.lang.String value)
Key-value store of custom data.
|
execute, executeWrapped
public CustomerBankAccountService.CustomerBankAccountUpdateRequest withMetadata(java.util.Map<java.lang.String,java.lang.String> metadata)
Key-value store of custom data. Up to 3 keys are permitted, with key names up to 50 characters and values up to 500 characters.
public CustomerBankAccountService.CustomerBankAccountUpdateRequest withMetadata(java.lang.String key, java.lang.String value)
Key-value store of custom data. Up to 3 keys are permitted, with key names up to 50 characters and values up to 500 characters.
public CustomerBankAccountService.CustomerBankAccountUpdateRequest withHeader(java.lang.String headerName, java.lang.String headerValue)