Class Session.PaymentMethodConfigurationDetails

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.PaymentMethodConfigurationDetails
All Implemented Interfaces:
HasId, StripeObjectInterface
Enclosing class:
Session

public static class Session.PaymentMethodConfigurationDetails extends StripeObject implements HasId
How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.
  • Constructor Details

    • PaymentMethodConfigurationDetails

      public PaymentMethodConfigurationDetails()
  • Method Details

    • getParent

      public String getParent()
      ID of the parent payment method configuration used.
    • setId

      public void setId(String id)
      ID of the payment method configuration used.
    • setParent

      public void setParent(String parent)
      ID of the parent payment method configuration used.
    • 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
    • getId

      public String getId()
      ID of the payment method configuration used.
      Specified by:
      getId in interface HasId