Class Charge.PaymentMethodDetails.Payto

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.Payto
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Charge.PaymentMethodDetails

public static class Charge.PaymentMethodDetails.Payto extends StripeObject
Indicates whether the transaction is eligible for PayPal's seller protection.

One of eligible, not_eligible, or partially_eligible.

  • Constructor Details

    • Payto

      public Payto()
  • Method Details

    • getBsbNumber

      public String getBsbNumber()
      Bank-State-Branch number of the bank account.
    • getLast4

      public String getLast4()
      Last four digits of the bank account number.
    • getMandate

      public String getMandate()
      ID of the mandate used to make this payment.
    • getPayId

      public String getPayId()
      The PayID alias for the bank account.
    • setBsbNumber

      public void setBsbNumber(String bsbNumber)
      Bank-State-Branch number of the bank account.
    • setLast4

      public void setLast4(String last4)
      Last four digits of the bank account number.
    • setMandate

      public void setMandate(String mandate)
      ID of the mandate used to make this payment.
    • setPayId

      public void setPayId(String payId)
      The PayID alias for the bank account.
    • 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