S2.Margot.ClientApiContracts.Dto.Payment
idinteger<int32>
ownedProductIdinteger<int32>
ownedProductNamestringnullable
amountinteger<int32>
paymentInstrumentIdstringnullable
messagestringnullable
succeededAtstring<date-time>nullable
failedAtstring<date-time>nullable
failureMessagestringnullable
createdAtstring<date-time>
paymentIntentIdstringnullable
stripeRefundIdstringnullable
S2.Margot.ClientApiContracts.Dto.Payment
{
"id": 0,
"ownedProductId": 0,
"ownedProductName": "string",
"amount": 0,
"paymentInstrumentId": "string",
"message": "string",
"succeededAt": "2024-07-29T15:51:28.071Z",
"failedAt": "2024-07-29T15:51:28.071Z",
"failureMessage": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"paymentIntentId": "string",
"stripeRefundId": "string"
}