Class Account.Configuration.Merchant.Capabilities.KlarnaPayments

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Configuration.Merchant.Capabilities.KlarnaPayments
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account.Configuration.Merchant.Capabilities

public static class Account.Configuration.Merchant.Capabilities.KlarnaPayments extends StripeObject
For more details about KlarnaPayments, please refer to the API Reference.
  • Constructor Details

    • KlarnaPayments

      public KlarnaPayments()
  • Method Details

    • getRequested

      public Boolean getRequested()
      Whether the Capability has been requested.
    • getStatus

      public String getStatus()
      The status of the Capability.

      One of active, pending, restricted, or unsupported.

    • getStatusDetails

      Additional details regarding the status of the Capability. status_details will be empty if the Capability's status is active.
    • setRequested

      public void setRequested(Boolean requested)
      Whether the Capability has been requested.
    • setStatus

      public void setStatus(String status)
      The status of the Capability.

      One of active, pending, restricted, or unsupported.

    • setStatusDetails

      Additional details regarding the status of the Capability. status_details will be empty if the Capability's status is active.
    • 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