OBJECT
InvoicePayment
link GraphQL Schema definition
1 type InvoicePayment { 2 : Int!  3 4 #   Required permission: Invoice:read 5 #  6 #   Store restrictions apply. 7 : Invoice!  8 9 : MonetaryValue!  10 11 # Arguments 12 #   format: (self-explanatory) 13 (: String = "Y-m-d"): Date  14 15 : InvoicePaymentType!  16 17 #   Required permission: AdminUser:read 18 : AdminUser  19 20 # Arguments 21 #   format: ISO-8601 22 (: String = "Y-m-d\\TH:i:sP"): DateTimeTz!  23 24 }