Class

org.mdedetrich.stripe.v1.BankAccounts

BankAccount

Related Doc: package BankAccounts

Permalink

case class BankAccount(id: String, account: Option[String], accountHolderName: Option[String], accountHolderType: Option[AccountHolderType], bankName: String, country: String, currency: Currency, defaultForCurrency: Option[Boolean], fingerprint: String, last4: String, metadata: Option[Map[String, String]], name: Option[String], routingNumber: String, status: Status) extends StripeObject with Product with Serializable

accountHolderName

The name of the person or business that owns the bank account.

accountHolderType

The type of entity that holds the account. This can be either AccountHolderType.Individual or AccountHolderType.Company

bankName

Name of the bank associated with the routing number, e.g. WELLS FARGO

country

Two-letter ISO code representing the country the bank account is located in.

currency

Three-letter ISO currency code representing the currency paid out to the bank account.

defaultForCurrency

This indicates whether or not this bank account is the default external account for its currency.

fingerprint

Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.

metadata

A set of key/value pairs that you can attach to a bank account object. It can be useful for storing additional information about the bank account in a structured format.

routingNumber

The routing transit number for the bank account.

status

Possible values are new, Status.Validated, Status.Verified, Status.VerificationFailed, or errored. A bank account that hasn’t had any activity or validation performed is new. If Stripe can determine that the bank account exists, its status will be validated. Note that there often isn’t enough information to know (e.g. for smaller credit unions), and the validation is not always run. If customer bank account verification has succeeded, the bank account status will be verified. If the verification failed for any reason, such as microdeposit failure, the status will be Status.VerificationFailed. If a transfer sent to this bank account fails, we’ll set the status to errored and will not continue to send transfers until the bank details are updated.

Linear Supertypes
Serializable, Serializable, Product, Equals, StripeObject, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BankAccount
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. StripeObject
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BankAccount(id: String, account: Option[String], accountHolderName: Option[String], accountHolderType: Option[AccountHolderType], bankName: String, country: String, currency: Currency, defaultForCurrency: Option[Boolean], fingerprint: String, last4: String, metadata: Option[Map[String, String]], name: Option[String], routingNumber: String, status: Status)

    Permalink

    accountHolderName

    The name of the person or business that owns the bank account.

    accountHolderType

    The type of entity that holds the account. This can be either AccountHolderType.Individual or AccountHolderType.Company

    bankName

    Name of the bank associated with the routing number, e.g. WELLS FARGO

    country

    Two-letter ISO code representing the country the bank account is located in.

    currency

    Three-letter ISO currency code representing the currency paid out to the bank account.

    defaultForCurrency

    This indicates whether or not this bank account is the default external account for its currency.

    fingerprint

    Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.

    metadata

    A set of key/value pairs that you can attach to a bank account object. It can be useful for storing additional information about the bank account in a structured format.

    routingNumber

    The routing transit number for the bank account.

    status

    Possible values are new, Status.Validated, Status.Verified, Status.VerificationFailed, or errored. A bank account that hasn’t had any activity or validation performed is new. If Stripe can determine that the bank account exists, its status will be validated. Note that there often isn’t enough information to know (e.g. for smaller credit unions), and the validation is not always run. If customer bank account verification has succeeded, the bank account status will be verified. If the verification failed for any reason, such as microdeposit failure, the status will be Status.VerificationFailed. If a transfer sent to this bank account fails, we’ll set the status to errored and will not continue to send transfers until the bank details are updated.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val account: Option[String]

    Permalink
  5. val accountHolderName: Option[String]

    Permalink

    The name of the person or business that owns the bank account.

  6. val accountHolderType: Option[AccountHolderType]

    Permalink

    The type of entity that holds the account.

    The type of entity that holds the account. This can be either AccountHolderType.Individual or AccountHolderType.Company

  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val bankName: String

    Permalink

    Name of the bank associated with the routing number, e.g.

    Name of the bank associated with the routing number, e.g. WELLS FARGO

  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val country: String

    Permalink

    Two-letter ISO code representing the country the bank account is located in.

  11. val currency: Currency

    Permalink

    Three-letter ISO currency code representing the currency paid out to the bank account.

  12. val defaultForCurrency: Option[Boolean]

    Permalink

    This indicates whether or not this bank account is the default external account for its currency.

  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. val fingerprint: String

    Permalink

    Uniquely identifies this particular bank account.

    Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.

  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. val id: String

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val last4: String

    Permalink
  20. val metadata: Option[Map[String, String]]

    Permalink

    A set of key/value pairs that you can attach to a bank account object.

    A set of key/value pairs that you can attach to a bank account object. It can be useful for storing additional information about the bank account in a structured format.

  21. val name: Option[String]

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. val routingNumber: String

    Permalink

    The routing transit number for the bank account.

  26. val status: Status

    Permalink

    Possible values are new, Status.Validated, Status.Verified, Status.VerificationFailed, or errored.

    Possible values are new, Status.Validated, Status.Verified, Status.VerificationFailed, or errored. A bank account that hasn’t had any activity or validation performed is new. If Stripe can determine that the bank account exists, its status will be validated. Note that there often isn’t enough information to know (e.g. for smaller credit unions), and the validation is not always run. If customer bank account verification has succeeded, the bank account status will be verified. If the verification failed for any reason, such as microdeposit failure, the status will be Status.VerificationFailed. If a transfer sent to this bank account fails, we’ll set the status to errored and will not continue to send transfers until the bank details are updated.

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from StripeObject

Inherited from AnyRef

Inherited from Any

Ungrouped