typedoc-vitepress-theme-example / billing / BillingTransaction
BillingTransaction
Interface representing a billing transaction.
Properties
amount
ts
amount: number;orderId
ts
orderId: string;paymentMethod
ts
paymentMethod: PaymentMethod;status
ts
status: TransactionStatus;transactionId
ts
transactionId: string;