Class Charge.PaymentMethodDetails.Paynow

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

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

    • Paynow

      public Paynow()
  • Method Details

    • getReference

      public String getReference()
      Reference number associated with this PayNow payment.
    • setReference

      public void setReference(String reference)
      Reference number associated with this PayNow 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