@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class PaymentInitiationPaymentListRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_CURSOR |
static String |
SERIALIZED_NAME_SECRET |
Constructor and Description |
---|
PaymentInitiationPaymentListRequest() |
Modifier and Type | Method and Description |
---|---|
PaymentInitiationPaymentListRequest |
clientId(String clientId) |
PaymentInitiationPaymentListRequest |
count(Integer count) |
PaymentInitiationPaymentListRequest |
cursor(OffsetDateTime cursor) |
boolean |
equals(Object o) |
String |
getClientId()
Your Plaid API `client_id`.
|
Integer |
getCount()
The maximum number of payments to return.
|
OffsetDateTime |
getCursor()
A string in RFC 3339 format (i.e.
|
String |
getSecret()
Your Plaid API `secret`.
|
int |
hashCode() |
PaymentInitiationPaymentListRequest |
secret(String secret) |
void |
setClientId(String clientId) |
void |
setCount(Integer count) |
void |
setCursor(OffsetDateTime cursor) |
void |
setSecret(String secret) |
String |
toString() |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_CURSOR
public PaymentInitiationPaymentListRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public PaymentInitiationPaymentListRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public PaymentInitiationPaymentListRequest count(Integer count)
@Nullable public Integer getCount()
public void setCount(Integer count)
public PaymentInitiationPaymentListRequest cursor(OffsetDateTime cursor)
@Nullable public OffsetDateTime getCursor()
public void setCursor(OffsetDateTime cursor)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.