Class Charge.PaymentMethodDetails.Payco

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

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

    • Payco

      public Payco()
  • Method Details

    • getBuyerId

      public String getBuyerId()
      A unique identifier for the buyer as determined by the local payment processor.
    • setBuyerId

      public void setBuyerId(String buyerId)
      A unique identifier for the buyer as determined by the local payment processor.
    • 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