Class PaymentMethod::Status

Nested Relationships

This class is a nested type of Class PaymentMethod.

Inheritance Relationships

Base Type

Class Documentation

class Status : public axr::sdk::StringEnum<Status>

The current status of a payment method.

Public Static Attributes

static const Status *CREATED

Indicates that the payment method has been created.

static const Status *CANCELED

Indicates that the payment method was canceled by the customer.

static const Status *ACTION_NEEDED

Indicates that action is needed by the customer to proceed.

static const Status *READY

Indicates that the payment was successfully setup with the payment processor.

static const Status *ERROR

Indicates that an error occurred while processing the payment method.