Last active
June 15, 2021 14:29
-
-
Save starsinmypockets/ee7a23c689b6451be5721d6bb8d83058 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id" : ObjectId("60816cd8349fec5f305a5163"), | |
"status" : "Completed", | |
"user" : ObjectId("60357a8562d28744a869c2ca"), | |
"items" : [ | |
{ | |
"_id" : ObjectId("6082e5b8c249dc2488b4e1e7"), | |
"product" : ObjectId("6082e5a5c249dc2488b4e1df"), | |
"registrations" : [ | |
{ | |
"participantIds" : [ | |
"60357a8562d28744a869c2ca", | |
"603525ba62d28744a869c2bc" | |
], | |
"_id" : ObjectId("6082e5b8c249dc2488b4e1e8"), | |
"kind" : "selfTeamRegistration", | |
"team" : ObjectId("60357acf62d28744a869c2cf"), | |
"participantResponses" : { | |
"60357a8562d28744a869c2ca" : { | |
"zipcode" : "19173", | |
"discord-username" : "panic#9343" | |
}, | |
"603525ba62d28744a869c2bc" : { | |
"zipcode" : "1913844", | |
"discord-username" : "MGMT#4847" | |
} | |
} | |
} | |
], | |
"requiresAgeConfirmation" : false, | |
"accountingDetails" : { | |
"quantity" : 1, | |
"unitPrice" : 0, | |
"discount" : 0, | |
"subTotal" : 0 | |
} | |
} | |
], | |
"createdAt" : ISODate("2021-04-22T12:32:24.599Z"), | |
"updatedAt" : ISODate("2021-04-23T15:20:40.587Z"), | |
"__v" : 3, | |
"accountingDetails" : { | |
"discount" : 0, | |
"subTotal" : 0, | |
"total" : 0, | |
"userSubscriptionLevel" : null | |
}, | |
"transactionDate" : ISODate("2021-04-23T15:20:40.584Z"), | |
"transactionId" : "db5bf6bc-bb4a-4f90-be9c-33bf2e92ba24" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment