Class PaymentAttemptRecord.ProcessorDetails.Custom

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentAttemptRecord.ProcessorDetails.Custom
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentAttemptRecord.ProcessorDetails

public static class PaymentAttemptRecord.ProcessorDetails.Custom extends StripeObject
Custom processors represent payment processors not modeled directly in the Stripe API. This resource consists of details about the custom processor used for this payment attempt.
  • Constructor Details

    • Custom

      public Custom()
  • Method Details

    • getPaymentReference

      public String getPaymentReference()
    • setPaymentReference

      public void setPaymentReference(String paymentReference)
    • 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