UNPKG

btcpay-greenfield-node-client

Version:
9 lines (8 loc) 180 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export enum PaymentStatus { INVALID = 'Invalid', PROCESSING = 'Processing', SETTLED = 'Settled', }