--- displayed_sidebar: servicesSidebar --- import ParameterTypes from "@site/src/components/ParameterTypes" # PaymentCollectionStatus The payment collection's status. ## Enumeration Members ### AUTHORIZED **AUTHORIZED** = `"authorized"` The payment colleciton is authorized. ___ ### AWAITING **AWAITING** = `"awaiting"` The payment collection is awaiting payment. ___ ### CANCELED **CANCELED** = `"canceled"` The payment collection is canceled. ___ ### NOT\_PAID **NOT\_PAID** = `"not_paid"` The payment collection isn't paid. ___ ### PARTIALLY\_AUTHORIZED **PARTIALLY\_AUTHORIZED** = `"partially_authorized"` Some of the payments in the payment collection are authorized.