Class AccountSession.Components.Payments.Features

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.AccountSession.Components.Payments.Features
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
AccountSession.Components.Payments

public static class AccountSession.Components.Payments.Features extends StripeObject
  • Constructor Details

    • Features

      public Features()
  • Method Details

    • getCapturePayments

      public Boolean getCapturePayments()
    • getDestinationOnBehalfOfChargeManagement

      public Boolean getDestinationOnBehalfOfChargeManagement()
    • getDisputeManagement

      public Boolean getDisputeManagement()
    • getRefundManagement

      public Boolean getRefundManagement()
    • setCapturePayments

      public void setCapturePayments(Boolean capturePayments)
    • setDestinationOnBehalfOfChargeManagement

      public void setDestinationOnBehalfOfChargeManagement(Boolean destinationOnBehalfOfChargeManagement)
    • setDisputeManagement

      public void setDisputeManagement(Boolean disputeManagement)
    • setRefundManagement

      public void setRefundManagement(Boolean refundManagement)
    • 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