/**
*  Possible values: * **Card** * **Check** * **Mobile** * **StoredValue** * **Cash**
*/
export declare enum PaymentInstrumentType {
    Card = "Card",
    Check = "Check",
    Mobile = "Mobile",
    StoredValue = "StoredValue",
    Cash = "Cash"
}
