OBJECT

Invoice

link GraphQL Schema definition

1type Invoice {
2
3invoiceUrl: String
4
5receiptUrl: String
6
7}

link Required by