Class SourceTransaction.GbpCreditTransfer

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SourceTransaction.GbpCreditTransfer
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
SourceTransaction

public static class SourceTransaction.GbpCreditTransfer extends StripeObject
  • Constructor Details

    • GbpCreditTransfer

      public GbpCreditTransfer()
  • Method Details

    • getFingerprint

      public String getFingerprint()
      Bank account fingerprint associated with the Stripe owned bank account receiving the transfer.
    • getFundingMethod

      public String getFundingMethod()
      The credit transfer rails the sender used to push this transfer. The possible rails are: Faster Payments, BACS, CHAPS, and wire transfers. Currently only Faster Payments is supported.
    • getLast4

      public String getLast4()
      Last 4 digits of sender account number associated with the transfer.
    • getReference

      public String getReference()
      Sender entered arbitrary information about the transfer.
    • getSenderAccountNumber

      public String getSenderAccountNumber()
      Sender account number associated with the transfer.
    • getSenderName

      public String getSenderName()
      Sender name associated with the transfer.
    • getSenderSortCode

      public String getSenderSortCode()
      Sender sort code associated with the transfer.
    • setFingerprint

      public void setFingerprint(String fingerprint)
      Bank account fingerprint associated with the Stripe owned bank account receiving the transfer.
    • setFundingMethod

      public void setFundingMethod(String fundingMethod)
      The credit transfer rails the sender used to push this transfer. The possible rails are: Faster Payments, BACS, CHAPS, and wire transfers. Currently only Faster Payments is supported.
    • setLast4

      public void setLast4(String last4)
      Last 4 digits of sender account number associated with the transfer.
    • setReference

      public void setReference(String reference)
      Sender entered arbitrary information about the transfer.
    • setSenderAccountNumber

      public void setSenderAccountNumber(String senderAccountNumber)
      Sender account number associated with the transfer.
    • setSenderName

      public void setSenderName(String senderName)
      Sender name associated with the transfer.
    • setSenderSortCode

      public void setSenderSortCode(String senderSortCode)
      Sender sort code associated with 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