SudoSOS Back-end API / stripe/terminal-payment / TerminalPaymentResponse
Interface: TerminalPaymentResponse ​
Properties ​
amount ​
ts
amount: DineroObjectResponse;createdAt? ​
ts
optional createdAt?: string;Inherited from ​
ts
BaseResponse.createdAtcreatedBy ​
ts
createdBy: BaseUserResponse;id ​
ts
id: number;Inherited from ​
ts
BaseResponse.idstate ​
ts
state: TerminalPaymentState;transaction? ​
ts
optional transaction?: TransactionResponse;The created transaction when the payment is done. Undefined if cancelled.
transfer? ​
ts
optional transfer?: TransferResponse;The transfer belonging to this terminal payment. Undefined if not paid yet.
updatedAt? ​
ts
optional updatedAt?: string;Inherited from ​
ts
BaseResponse.updatedAtversion? ​
ts
optional version?: number;Inherited from ​
ts
BaseResponse.version