@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class TransferIntentCreate extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_ID |
static String |
SERIALIZED_NAME_ACH_CLASS |
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_CREATED |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_FUNDING_ACCOUNT_ID |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_ISO_CURRENCY_CODE |
static String |
SERIALIZED_NAME_METADATA |
static String |
SERIALIZED_NAME_MODE |
static String |
SERIALIZED_NAME_NETWORK |
static String |
SERIALIZED_NAME_ORIGINATION_ACCOUNT_ID |
static String |
SERIALIZED_NAME_REQUIRE_GUARANTEE |
static String |
SERIALIZED_NAME_STATUS |
static String |
SERIALIZED_NAME_USER |
| Constructor and Description |
|---|
TransferIntentCreate() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_CREATED
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_ACCOUNT_ID
public static final String SERIALIZED_NAME_ORIGINATION_ACCOUNT_ID
public static final String SERIALIZED_NAME_FUNDING_ACCOUNT_ID
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_MODE
public static final String SERIALIZED_NAME_NETWORK
public static final String SERIALIZED_NAME_ACH_CLASS
public static final String SERIALIZED_NAME_USER
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_METADATA
public static final String SERIALIZED_NAME_ISO_CURRENCY_CODE
public static final String SERIALIZED_NAME_REQUIRE_GUARANTEE
public TransferIntentCreate id(String id)
public String getId()
public void setId(String id)
public TransferIntentCreate created(OffsetDateTime created)
public OffsetDateTime getCreated()
public void setCreated(OffsetDateTime created)
public TransferIntentCreate status(TransferIntentStatus status)
public TransferIntentStatus getStatus()
public void setStatus(TransferIntentStatus status)
public TransferIntentCreate accountId(String accountId)
@Nullable public String getAccountId()
public void setAccountId(String accountId)
public TransferIntentCreate originationAccountId(String originationAccountId)
public String getOriginationAccountId()
public void setOriginationAccountId(String originationAccountId)
public TransferIntentCreate fundingAccountId(String fundingAccountId)
public String getFundingAccountId()
public void setFundingAccountId(String fundingAccountId)
public TransferIntentCreate amount(String amount)
public String getAmount()
public void setAmount(String amount)
public TransferIntentCreate mode(TransferIntentCreateMode mode)
public TransferIntentCreateMode getMode()
public void setMode(TransferIntentCreateMode mode)
public TransferIntentCreate network(TransferIntentCreateNetwork network)
@Nullable public TransferIntentCreateNetwork getNetwork()
public void setNetwork(TransferIntentCreateNetwork network)
public TransferIntentCreate achClass(ACHClass achClass)
public void setAchClass(ACHClass achClass)
public TransferIntentCreate user(TransferUserInResponse user)
public TransferUserInResponse getUser()
public void setUser(TransferUserInResponse user)
public TransferIntentCreate description(String description)
public String getDescription()
public void setDescription(String description)
public TransferIntentCreate metadata(Map<String,String> metadata)
public TransferIntentCreate putMetadataItem(String key, String metadataItem)
@Nullable public Map<String,String> getMetadata()
public TransferIntentCreate isoCurrencyCode(String isoCurrencyCode)
public String getIsoCurrencyCode()
public void setIsoCurrencyCode(String isoCurrencyCode)
public TransferIntentCreate requireGuarantee(Boolean requireGuarantee)
@Nullable public Boolean getRequireGuarantee()
public void setRequireGuarantee(Boolean requireGuarantee)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.