2.3 KiB
2.3 KiB
displayed_sidebar
| displayed_sidebar |
|---|
| entitiesSidebar |
Enumeration: PaymentCollectionStatus
Enumeration Members
AUTHORIZED
• AUTHORIZED = "authorized"
Defined in
models/payment-collection.ts:22
AWAITING
• AWAITING = "awaiting"
Defined in
models/payment-collection.ts:21
CANCELED
• CANCELED = "canceled"
Defined in
models/payment-collection.ts:28
CAPTURED
• CAPTURED = "captured"
Defined in
models/payment-collection.ts:24
NOT_PAID
• NOT_PAID = "not_paid"
Defined in
models/payment-collection.ts:20
PARTIALLY_AUTHORIZED
• PARTIALLY_AUTHORIZED = "partially_authorized"
Defined in
models/payment-collection.ts:23
PARTIALLY_CAPTURED
• PARTIALLY_CAPTURED = "partially_captured"
Defined in
models/payment-collection.ts:25
PARTIALLY_REFUNDED
• PARTIALLY_REFUNDED = "partially_refunded"
Defined in
models/payment-collection.ts:27
REFUNDED
• REFUNDED = "refunded"
Defined in
models/payment-collection.ts:26
REQUIRES_ACTION
• REQUIRES_ACTION = "requires_action"