Class Charge.PaymentMethodDetails.SamsungPay

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

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

    • SamsungPay

      public SamsungPay()
  • 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