Class SourceTransaction.GbpCreditTransferData

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.lang.String getFingerprint()
      Bank account fingerprint associated with the Stripe owned bank account receiving the transfer.
      java.lang.String getFundingMethod()
      The credit transfer rails the sender used to push this transfer.
      java.lang.String getLast4()
      Last 4 digits of sender account number associated with the transfer.
      java.lang.String getReference()
      Sender entered arbitrary information about the transfer.
      java.lang.String getSenderAccountNumber()
      Sender account number associated with the transfer.
      java.lang.String getSenderName()
      Sender name associated with the transfer.
      java.lang.String getSenderSortCode()
      Sender sort code associated with the transfer.
      int hashCode()  
      void setFingerprint​(java.lang.String fingerprint)
      Bank account fingerprint associated with the Stripe owned bank account receiving the transfer.
      void setFundingMethod​(java.lang.String fundingMethod)
      The credit transfer rails the sender used to push this transfer.
      void setLast4​(java.lang.String last4)
      Last 4 digits of sender account number associated with the transfer.
      void setReference​(java.lang.String reference)
      Sender entered arbitrary information about the transfer.
      void setSenderAccountNumber​(java.lang.String senderAccountNumber)
      Sender account number associated with the transfer.
      void setSenderName​(java.lang.String senderName)
      Sender name associated with the transfer.
      void setSenderSortCode​(java.lang.String senderSortCode)
      Sender sort code associated with the transfer.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GbpCreditTransferData

        public GbpCreditTransferData()
    • Method Detail

      • getFingerprint

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

        public java.lang.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 java.lang.String getLast4()
        Last 4 digits of sender account number associated with the transfer.
      • getReference

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

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

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

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

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

        public void setFundingMethod​(java.lang.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​(java.lang.String last4)
        Last 4 digits of sender account number associated with the transfer.
      • setReference

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

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

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

        public void setSenderSortCode​(java.lang.String senderSortCode)
        Sender sort code associated with the transfer.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object