@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class PartnerCustomerCreateRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ADDRESS |
static String |
SERIALIZED_NAME_APPLICATION_NAME |
static String |
SERIALIZED_NAME_ASSETS_UNDER_MANAGEMENT |
static String |
SERIALIZED_NAME_BILLING_CONTACT |
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_COMPANY_NAME |
static String |
SERIALIZED_NAME_CREATE_LINK_CUSTOMIZATION |
static String |
SERIALIZED_NAME_CUSTOMER_SUPPORT_INFO |
static String |
SERIALIZED_NAME_IS_BANK_ADDENDUM_COMPLETED |
static String |
SERIALIZED_NAME_IS_DILIGENCE_ATTESTED |
static String |
SERIALIZED_NAME_LEGAL_ENTITY_NAME |
static String |
SERIALIZED_NAME_LOGO |
static String |
SERIALIZED_NAME_PRODUCTS |
static String |
SERIALIZED_NAME_REDIRECT_URIS |
static String |
SERIALIZED_NAME_SECRET |
static String |
SERIALIZED_NAME_TECHNICAL_CONTACT |
static String |
SERIALIZED_NAME_WEBSITE |
| Constructor and Description |
|---|
PartnerCustomerCreateRequest() |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_COMPANY_NAME
public static final String SERIALIZED_NAME_IS_DILIGENCE_ATTESTED
public static final String SERIALIZED_NAME_PRODUCTS
public static final String SERIALIZED_NAME_CREATE_LINK_CUSTOMIZATION
public static final String SERIALIZED_NAME_LOGO
public static final String SERIALIZED_NAME_LEGAL_ENTITY_NAME
public static final String SERIALIZED_NAME_WEBSITE
public static final String SERIALIZED_NAME_APPLICATION_NAME
public static final String SERIALIZED_NAME_TECHNICAL_CONTACT
public static final String SERIALIZED_NAME_BILLING_CONTACT
public static final String SERIALIZED_NAME_CUSTOMER_SUPPORT_INFO
public static final String SERIALIZED_NAME_ADDRESS
public static final String SERIALIZED_NAME_IS_BANK_ADDENDUM_COMPLETED
public static final String SERIALIZED_NAME_ASSETS_UNDER_MANAGEMENT
public static final String SERIALIZED_NAME_REDIRECT_URIS
public PartnerCustomerCreateRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public PartnerCustomerCreateRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public PartnerCustomerCreateRequest companyName(String companyName)
public String getCompanyName()
public void setCompanyName(String companyName)
public PartnerCustomerCreateRequest isDiligenceAttested(Boolean isDiligenceAttested)
public Boolean getIsDiligenceAttested()
public void setIsDiligenceAttested(Boolean isDiligenceAttested)
public PartnerCustomerCreateRequest products(List<Products> products)
public PartnerCustomerCreateRequest addProductsItem(Products productsItem)
public List<Products> getProducts()
public PartnerCustomerCreateRequest createLinkCustomization(Boolean createLinkCustomization)
@Nullable public Boolean getCreateLinkCustomization()
public void setCreateLinkCustomization(Boolean createLinkCustomization)
public PartnerCustomerCreateRequest logo(String logo)
@Nullable public String getLogo()
public void setLogo(String logo)
public PartnerCustomerCreateRequest legalEntityName(String legalEntityName)
public String getLegalEntityName()
public void setLegalEntityName(String legalEntityName)
public PartnerCustomerCreateRequest website(String website)
public String getWebsite()
public void setWebsite(String website)
public PartnerCustomerCreateRequest applicationName(String applicationName)
public String getApplicationName()
public void setApplicationName(String applicationName)
public PartnerCustomerCreateRequest technicalContact(PartnerEndCustomerTechnicalContact technicalContact)
@Nullable public PartnerEndCustomerTechnicalContact getTechnicalContact()
public void setTechnicalContact(PartnerEndCustomerTechnicalContact technicalContact)
public PartnerCustomerCreateRequest billingContact(PartnerEndCustomerBillingContact billingContact)
@Nullable public PartnerEndCustomerBillingContact getBillingContact()
public void setBillingContact(PartnerEndCustomerBillingContact billingContact)
public PartnerCustomerCreateRequest customerSupportInfo(PartnerEndCustomerCustomerSupportInfo customerSupportInfo)
@Nullable public PartnerEndCustomerCustomerSupportInfo getCustomerSupportInfo()
public void setCustomerSupportInfo(PartnerEndCustomerCustomerSupportInfo customerSupportInfo)
public PartnerCustomerCreateRequest address(PartnerEndCustomerAddress address)
public PartnerEndCustomerAddress getAddress()
public void setAddress(PartnerEndCustomerAddress address)
public PartnerCustomerCreateRequest isBankAddendumCompleted(Boolean isBankAddendumCompleted)
public Boolean getIsBankAddendumCompleted()
public void setIsBankAddendumCompleted(Boolean isBankAddendumCompleted)
public PartnerCustomerCreateRequest assetsUnderManagement(PartnerEndCustomerAssetsUnderManagement assetsUnderManagement)
@Nullable public PartnerEndCustomerAssetsUnderManagement getAssetsUnderManagement()
public void setAssetsUnderManagement(PartnerEndCustomerAssetsUnderManagement assetsUnderManagement)
public PartnerCustomerCreateRequest redirectUris(List<String> redirectUris)
public PartnerCustomerCreateRequest addRedirectUrisItem(String redirectUrisItem)
@Nullable public List<String> getRedirectUris()
Copyright © 2017–2023 Plaid Inc.. All rights reserved.