public class

CreateAccountParameters

extends Object
java.lang.Object
   ↳ com.wsl.modules.stripe.complextypes.CreateAccountParameters

Class Overview

Create Account Parameter Wrapper

Summary

Fields
private BankAccount bankAccount
private String businessName
private String businessUrl
private String country
private boolean debitNegativeBalances
private String defaultCurrency
private String email
private LegalEntity legalEntity
private boolean managed
private Map<String, Object> metadata
private String productDescription
private String statementDescriptor
private String supportPhone
private Acceptance tosAcceptance
private TransferSchedule transferSchedule
Public Constructors
CreateAccountParameters()
Public Methods
BankAccount getBankAccount()
String getBusinessName()
String getBusinessUrl()
String getCountry()
String getDefaultCurrency()
String getEmail()
LegalEntity getLegalEntity()
Map<String, Object> getMetadata()
String getProductDescription()
String getStatementDescriptor()
String getSupportPhone()
Acceptance getTosAcceptance()
TransferSchedule getTransferSchedule()
boolean isDebitNegativeBalances()
boolean isManaged()
void setBankAccount(BankAccount bankAccount)
void setBusinessName(String businessName)
void setBusinessUrl(String businessUrl)
void setCountry(String country)
void setDebitNegativeBalances(boolean debitNegativeBalances)
void setDefaultCurrency(String defaultCurrency)
void setEmail(String email)
void setLegalEntity(LegalEntity legalEntity)
void setManaged(boolean managed)
void setMetadata(Map<String, Object> metadata)
void setProductDescription(String productDescription)
void setStatementDescriptor(String statementDescriptor)
void setSupportPhone(String supportPhone)
void setTosAcceptance(Acceptance tosAcceptance)
void setTransferSchedule(TransferSchedule transferSchedule)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private BankAccount bankAccount

private String businessName

private String businessUrl

private String country

private boolean debitNegativeBalances

private String defaultCurrency

private String email

private LegalEntity legalEntity

private boolean managed

private Map<String, Object> metadata

private String productDescription

private String statementDescriptor

private String supportPhone

private Acceptance tosAcceptance

private TransferSchedule transferSchedule

Public Constructors

public CreateAccountParameters ()

Public Methods

public BankAccount getBankAccount ()

Returns
  • the bankAccount

public String getBusinessName ()

Returns
  • the businessName

public String getBusinessUrl ()

Returns
  • the businessUrl

public String getCountry ()

Returns
  • the country

public String getDefaultCurrency ()

Returns
  • the defaultCurrency

public String getEmail ()

Returns
  • the email

public LegalEntity getLegalEntity ()

Returns
  • the legalEntity

public Map<String, Object> getMetadata ()

Returns
  • the metadata

public String getProductDescription ()

Returns
  • the productDescription

public String getStatementDescriptor ()

Returns
  • the statementDescriptor

public String getSupportPhone ()

Returns
  • the supportPhone

public Acceptance getTosAcceptance ()

Returns
  • the tosAcceptance

public TransferSchedule getTransferSchedule ()

Returns
  • the transferSchedule

public boolean isDebitNegativeBalances ()

Returns
  • the debitNegativeBalances

public boolean isManaged ()

Returns
  • the managed

public void setBankAccount (BankAccount bankAccount)

Parameters
bankAccount The bankAccount to set

public void setBusinessName (String businessName)

Parameters
businessName The businessName to set

public void setBusinessUrl (String businessUrl)

Parameters
businessUrl The businessUrl to set

public void setCountry (String country)

Parameters
country The country to set

public void setDebitNegativeBalances (boolean debitNegativeBalances)

Parameters
debitNegativeBalances The debitNegativeBalances to set

public void setDefaultCurrency (String defaultCurrency)

Parameters
defaultCurrency The defaultCurrency to set

public void setEmail (String email)

Parameters
email The email to set

public void setLegalEntity (LegalEntity legalEntity)

Parameters
legalEntity The legalEntity to set

public void setManaged (boolean managed)

Parameters
managed The managed to set

public void setMetadata (Map<String, Object> metadata)

Parameters
metadata The metadata to set

public void setProductDescription (String productDescription)

Parameters
productDescription The productDescription to set

public void setStatementDescriptor (String statementDescriptor)

Parameters
statementDescriptor The statementDescriptor to set

public void setSupportPhone (String supportPhone)

Parameters
supportPhone The supportPhone to set

public void setTosAcceptance (Acceptance tosAcceptance)

Parameters
tosAcceptance The tosAcceptance to set

public void setTransferSchedule (TransferSchedule transferSchedule)

Parameters
transferSchedule The transferSchedule to set