@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class ProcessorAuthGetResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT |
static String |
SERIALIZED_NAME_NUMBERS |
static String |
SERIALIZED_NAME_REQUEST_ID |
| Constructor and Description |
|---|
ProcessorAuthGetResponse() |
| Modifier and Type | Method and Description |
|---|---|
ProcessorAuthGetResponse |
account(AccountBase account) |
boolean |
equals(Object o) |
AccountBase |
getAccount()
Get account
|
ProcessorNumber |
getNumbers()
Get numbers
|
String |
getRequestId()
A unique identifier for the request, which can be used for troubleshooting.
|
int |
hashCode() |
ProcessorAuthGetResponse |
numbers(ProcessorNumber numbers) |
ProcessorAuthGetResponse |
requestId(String requestId) |
void |
setAccount(AccountBase account) |
void |
setNumbers(ProcessorNumber numbers) |
void |
setRequestId(String requestId) |
String |
toString() |
public static final String SERIALIZED_NAME_REQUEST_ID
public static final String SERIALIZED_NAME_NUMBERS
public static final String SERIALIZED_NAME_ACCOUNT
public ProcessorAuthGetResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
public ProcessorAuthGetResponse numbers(ProcessorNumber numbers)
public ProcessorNumber getNumbers()
public void setNumbers(ProcessorNumber numbers)
public ProcessorAuthGetResponse account(AccountBase account)
public AccountBase getAccount()
public void setAccount(AccountBase account)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.