Package | Description |
---|---|
com.plaid.client.model |
Modifier and Type | Method and Description |
---|---|
static CreditBankIncomeCategory |
CreditBankIncomeCategory.fromValue(String value) |
CreditBankIncomeCategory |
CreditBankIncomeSource.getIncomeCategory()
Get incomeCategory
|
CreditBankIncomeCategory |
MonitoringIncomeSource.getIncomeCategory()
Get incomeCategory
|
CreditBankIncomeCategory |
CraBankIncomeSource.getIncomeCategory()
Get incomeCategory
|
CreditBankIncomeCategory |
CreditBankIncomeCategory.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static CreditBankIncomeCategory |
CreditBankIncomeCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreditBankIncomeCategory[] |
CreditBankIncomeCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreditBankIncomeSource |
CreditBankIncomeSource.incomeCategory(CreditBankIncomeCategory incomeCategory) |
MonitoringIncomeSource |
MonitoringIncomeSource.incomeCategory(CreditBankIncomeCategory incomeCategory) |
CraBankIncomeSource |
CraBankIncomeSource.incomeCategory(CreditBankIncomeCategory incomeCategory) |
void |
CreditBankIncomeSource.setIncomeCategory(CreditBankIncomeCategory incomeCategory) |
void |
MonitoringIncomeSource.setIncomeCategory(CreditBankIncomeCategory incomeCategory) |
void |
CraBankIncomeSource.setIncomeCategory(CreditBankIncomeCategory incomeCategory) |
void |
CreditBankIncomeCategory.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CreditBankIncomeCategory enumeration) |
Copyright © 2017–2024 Plaid Inc.. All rights reserved.