@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class Walletable extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Walletable.TypeEnum
口座区分 (銀行口座: bank_account, クレジットカード: credit_card, 現金: wallet)
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BANK_ID |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_LAST_BALANCE |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_WALLETABLE_BALANCE |
| Constructor and Description |
|---|
Walletable() |
| Modifier and Type | Method and Description |
|---|---|
Walletable |
bankId(Integer bankId) |
boolean |
equals(Object o) |
Integer |
getBankId()
サービスID
minimum: 1
maximum: 2147483647
|
Integer |
getId()
口座ID
minimum: 1
maximum: 2147483647
|
Integer |
getLastBalance()
同期残高
|
String |
getName()
口座名 (255文字以内)
|
Walletable.TypeEnum |
getType()
口座区分 (銀行口座: bank_account, クレジットカード: credit_card, 現金: wallet)
|
Integer |
getWalletableBalance()
登録残高
|
int |
hashCode() |
Walletable |
id(Integer id) |
Walletable |
lastBalance(Integer lastBalance) |
Walletable |
name(String name) |
void |
setBankId(Integer bankId) |
void |
setId(Integer id) |
void |
setLastBalance(Integer lastBalance) |
void |
setName(String name) |
void |
setType(Walletable.TypeEnum type) |
void |
setWalletableBalance(Integer walletableBalance) |
String |
toString() |
Walletable |
type(Walletable.TypeEnum type) |
Walletable |
walletableBalance(Integer walletableBalance) |
public static final String SERIALIZED_NAME_BANK_ID
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_LAST_BALANCE
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_WALLETABLE_BALANCE
public Walletable bankId(Integer bankId)
@Nullable public Integer getBankId()
public void setBankId(Integer bankId)
public Walletable id(Integer id)
public void setId(Integer id)
public Walletable lastBalance(Integer lastBalance)
public void setLastBalance(Integer lastBalance)
public Walletable name(String name)
public void setName(String name)
public Walletable type(Walletable.TypeEnum type)
@Nonnull public Walletable.TypeEnum getType()
public void setType(Walletable.TypeEnum type)
public Walletable walletableBalance(Integer walletableBalance)
@Nullable public Integer getWalletableBalance()
public void setWalletableBalance(Integer walletableBalance)
Copyright © 2022. All rights reserved.