OBJECT
PaymentHistoryEntry
link GraphQL Schema definition
1 type PaymentHistoryEntry { 2 Int! : 3 4 # Arguments 5 # format: ISO-8601 6 String = "Y-m-d\\TH:i:sP"): String! ( : 7 8 PaymentHistoryEntryStatus! : 9 10 PaymentHistoryEntryType! : 11 12 String : 13 14 String : 15 16 MonetaryValue! : 17 18 # Required permission: none 19 # 20 # Store restrictions apply. 21 Order! : 22 23 # Required permission: AdminUser:read 24 AdminUser : 25 26 # Required permission: StorePlugin:read 27 # 28 # Store restrictions apply. 29 StorePlugin : 30 31 }