public class Transfer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Transfer.FromWalletableTypeEnum
振替元口座区分 (銀行口座: bank_account, クレジットカード: credit_card, 現金: wallet)
|
static class |
Transfer.ToWalletableTypeEnum
振替先口座区分 (銀行口座: bank_account, クレジットカード: credit_card, 現金: wallet)
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_COMPANY_ID |
static String |
SERIALIZED_NAME_DATE |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_FROM_WALLETABLE_ID |
static String |
SERIALIZED_NAME_FROM_WALLETABLE_TYPE |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_TO_WALLETABLE_ID |
static String |
SERIALIZED_NAME_TO_WALLETABLE_TYPE |
| Constructor and Description |
|---|
Transfer() |
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_COMPANY_ID
public static final String SERIALIZED_NAME_DATE
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_FROM_WALLETABLE_ID
public static final String SERIALIZED_NAME_FROM_WALLETABLE_TYPE
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_TO_WALLETABLE_ID
public static final String SERIALIZED_NAME_TO_WALLETABLE_TYPE
public Integer getAmount()
public void setAmount(Integer amount)
public Integer getCompanyId()
public void setCompanyId(Integer companyId)
public String getDate()
public void setDate(String date)
public String getDescription()
public void setDescription(String description)
public Integer getFromWalletableId()
public void setFromWalletableId(Integer fromWalletableId)
public Transfer fromWalletableType(Transfer.FromWalletableTypeEnum fromWalletableType)
@Nullable public Transfer.FromWalletableTypeEnum getFromWalletableType()
public void setFromWalletableType(Transfer.FromWalletableTypeEnum fromWalletableType)
public Integer getId()
public void setId(Integer id)
public Integer getToWalletableId()
public void setToWalletableId(Integer toWalletableId)
public Transfer toWalletableType(Transfer.ToWalletableTypeEnum toWalletableType)
@Nullable public Transfer.ToWalletableTypeEnum getToWalletableType()
public void setToWalletableType(Transfer.ToWalletableTypeEnum toWalletableType)
Copyright © 2020. All rights reserved.