Class Charge.PaymentMethodDetails.Paypal

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

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

    • Paypal

      public Paypal()
  • Method Details

    • getPayerEmail

      public String getPayerEmail()
      Owner's email. Values are provided by PayPal directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.
    • getPayerId

      public String getPayerId()
      PayPal account PayerID. This identifier uniquely identifies the PayPal customer.
    • getPayerName

      public String getPayerName()
      Owner's full name. Values provided by PayPal directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.
    • getSellerProtection

      The level of protection offered as defined by PayPal Seller Protection for Merchants, for this transaction.
    • getTransactionId

      public String getTransactionId()
      A unique ID generated by PayPal for this transaction.
    • setPayerEmail

      public void setPayerEmail(String payerEmail)
      Owner's email. Values are provided by PayPal directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.
    • setPayerId

      public void setPayerId(String payerId)
      PayPal account PayerID. This identifier uniquely identifies the PayPal customer.
    • setPayerName

      public void setPayerName(String payerName)
      Owner's full name. Values provided by PayPal directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.
    • setSellerProtection

      public void setSellerProtection(Charge.PaymentMethodDetails.Paypal.SellerProtection sellerProtection)
      The level of protection offered as defined by PayPal Seller Protection for Merchants, for this transaction.
    • setTransactionId

      public void setTransactionId(String transactionId)
      A unique ID generated by PayPal for this transaction.
    • 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