Skip to main content

DisabledState

type DisabledState = object;

Represents the disabled state of a payment method.

Properties

code

code: DisabledStateCode;

DisabledStateCode The code indicating the reason for the disabled state.


message

message: string;

A human-readable message providing more details about the disabled state.