Class ReceivedCredit.BankTransfer.GbBankAccount

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.ReceivedCredit.BankTransfer.GbBankAccount
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ReceivedCredit.BankTransfer

public static class ReceivedCredit.BankTransfer.GbBankAccount extends StripeObject
For more details about GbBankAccount, please refer to the API Reference.
  • Constructor Details

    • GbBankAccount

      public GbBankAccount()
  • Method Details

    • getAccountHolderName

      public String getAccountHolderName()
      The bank name the transfer was received from.
    • getBankName

      public String getBankName()
      The bank name the transfer was received from.
    • getLast4

      public String getLast4()
      The last 4 digits of the account number that originated the transfer.
    • getNetwork

      public String getNetwork()
      Open Enum. The money transmission network used to send funds for this ReceivedCredit.

      Equal to fps.

    • getSortCode

      public String getSortCode()
      The sort code of the account that originated the transfer.
    • setAccountHolderName

      public void setAccountHolderName(String accountHolderName)
      The bank name the transfer was received from.
    • setBankName

      public void setBankName(String bankName)
      The bank name the transfer was received from.
    • setLast4

      public void setLast4(String last4)
      The last 4 digits of the account number that originated the transfer.
    • setNetwork

      public void setNetwork(String network)
      Open Enum. The money transmission network used to send funds for this ReceivedCredit.

      Equal to fps.

    • setSortCode

      public void setSortCode(String sortCode)
      The sort code of the account that originated the transfer.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object