public class

UpdateAccountParameters

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

Class Overview

Wrapper for update account parameters

Summary

Fields
private BankAccount bankAccount
private String businessName
private String businessUrl
private boolean debitNegativeBalances
private String defaultCurrency
private String email
private String id
private LegalEntity legalEntity
private Map<String, Object> metadata
private String productDescription
private String statementDescriptor
private String supportPhone
private Acceptance tosAcceptance
private TransferSchedule transferSchedule
Public Constructors
UpdateAccountParameters()
Public Methods
BankAccount getBankAccount()
String getBusinessName()
String getBusinessUrl()
String getDefaultCurrency()
String getEmail()
String getId()
LegalEntity getLegalEntity()
Map<String, Object> getMetadata()
String getProductDescription()
String getStatementDescriptor()
String getSupportPhone()
Acceptance getTosAcceptance()
TransferSchedule getTransferSchedule()
boolean isDebitNegativeBalances()
void setBankAccount(BankAccount bankAccount)
void setBusinessName(String businessName)
void setBusinessUrl(String businessUrl)
void setDebitNegativeBalances(boolean debitNegativeBalances)
void setDefaultCurrency(String defaultCurrency)
void setEmail(String email)
void setId(String id)
void setLegalEntity(LegalEntity legalEntity)
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 boolean debitNegativeBalances

private String defaultCurrency

private String email

private String id

private LegalEntity legalEntity

private Map<String, Object> metadata

private String productDescription

private String statementDescriptor

private String supportPhone

private Acceptance tosAcceptance

private TransferSchedule transferSchedule

Public Constructors

public UpdateAccountParameters ()

Public Methods

public BankAccount getBankAccount ()

Returns
  • the bankAccount

public String getBusinessName ()

Returns
  • the businessName

public String getBusinessUrl ()

Returns
  • the businessUrl

public String getDefaultCurrency ()

Returns
  • the defaultCurrency

public String getEmail ()

Returns
  • the email

public String getId ()

Returns
  • the id

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 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 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 setId (String id)

Parameters
id The id to set

public void setLegalEntity (LegalEntity legalEntity)

Parameters
legalEntity The legalEntity 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