Skip to content

SudoSOS Back-end API / stripe/terminal-payment / TerminalPaymentResponse

Interface: TerminalPaymentResponse ​

Properties ​

amount ​

ts
amount: DineroObjectResponse;

createdAt? ​

ts
optional createdAt?: string;

Inherited from ​

ts
BaseResponse.createdAt

createdBy ​

ts
createdBy: BaseUserResponse;

id ​

ts
id: number;

Inherited from ​

ts
BaseResponse.id

state ​

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.updatedAt

version? ​

ts
optional version?: number;

Inherited from ​

ts
BaseResponse.version