Class Charge.PaymentMethodDetails.Affirm

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

public static class Charge.PaymentMethodDetails.Affirm extends StripeObject
For more details about Affirm, please refer to the API Reference.
  • Constructor Details

    • Affirm

      public Affirm()
  • Method Details

    • getLocation

      public String getLocation()
      ID of the location that this transaction's reader is assigned to.
    • getReader

      public String getReader()
      ID of the reader this transaction was made on.
    • getTransactionId

      public String getTransactionId()
      The Affirm transaction ID associated with this payment.
    • setLocation

      public void setLocation(String location)
      ID of the location that this transaction's reader is assigned to.
    • setReader

      public void setReader(String reader)
      ID of the reader this transaction was made on.
    • setTransactionId

      public void setTransactionId(String transactionId)
      The Affirm transaction ID associated with this payment.
    • 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