Class Charge.PaymentMethodDetails.AfterpayClearpay

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

public static class Charge.PaymentMethodDetails.AfterpayClearpay extends StripeObject
  • Constructor Details

    • AfterpayClearpay

      public AfterpayClearpay()
  • Method Details

    • getOrderId

      public String getOrderId()
      The Afterpay order ID associated with this payment intent.
    • getReference

      public String getReference()
      Order identifier shown to the merchant in Afterpay’s online portal.
    • setOrderId

      public void setOrderId(String orderId)
      The Afterpay order ID associated with this payment intent.
    • setReference

      public void setReference(String reference)
      Order identifier shown to the merchant in Afterpay’s online portal.
    • 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