public class UpdateAccountRequest extends Object
| Constructor and Description |
|---|
UpdateAccountRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAccountRequest |
accountCode(String accountCode) |
UpdateAccountRequest |
description(String description) |
boolean |
equals(Object o) |
String |
getAccountCode()
The code of the account to update.
|
String |
getDescription()
A description of the account.
|
Map<String,String> |
getMetadata()
A set of key and value pairs for general use by the merchant.
|
UpdatePayoutScheduleRequest |
getPayoutSchedule()
Get payoutSchedule
|
int |
hashCode() |
UpdateAccountRequest |
metadata(Map<String,String> metadata) |
UpdateAccountRequest |
payoutSchedule(UpdatePayoutScheduleRequest payoutSchedule) |
void |
setAccountCode(String accountCode) |
void |
setDescription(String description) |
void |
setMetadata(Map<String,String> metadata) |
void |
setPayoutSchedule(UpdatePayoutScheduleRequest payoutSchedule) |
String |
toString() |
public UpdateAccountRequest accountCode(String accountCode)
public String getAccountCode()
public void setAccountCode(String accountCode)
public UpdateAccountRequest description(String description)
public String getDescription()
public void setDescription(String description)
public UpdateAccountRequest metadata(Map<String,String> metadata)
public Map<String,String> getMetadata()
public UpdateAccountRequest payoutSchedule(UpdatePayoutScheduleRequest payoutSchedule)
public UpdatePayoutScheduleRequest getPayoutSchedule()
public void setPayoutSchedule(UpdatePayoutScheduleRequest payoutSchedule)
Copyright © 2021. All rights reserved.