PaymentState:
    | "BalanceDue"
    | "CreditOwed"
    | "Failed"
    | "Paid"
    | "Pending"
    | string

Indicates the payment status for the Order.