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"): DateTimeTz! ( : 7 8 PaymentHistoryEntryStatus! : 9 10 PaymentHistoryEntryType! : 11 12 String : 13 14 String : 15 16 MonetaryValue! : 17 18 String : 19 20 # It contains an API or system name this entry came from. 21 # For example, "Integration API" (for all entries created here) or "Centra form" (from AMS) 22 String : 23 24 Float! : 25 26 # Required permission: none 27 # 28 # Store restrictions apply. 29 Order! : 30 31 # This relation is only populated for a refund transaction, and points to a return, which triggered it. 32 # 33 # Required permission: Return:read 34 # 35 # Store restrictions apply. 36 Return : 37 38 # Required permission: AdminUser:read 39 AdminUser : 40 41 # Required permission: StorePlugin:read 42 # 43 # Store restrictions apply. 44 StorePlugin : 45 46 String : 47 48 }
link Required by
- DirectToConsumerOrder
- DirectToConsumerOrderCancelPayload
- DirectToConsumerReturn
- EventTarget Contains object types, which are possible values of EventObjectType, with interfaces resolved to concrete types
- Order
- OrderCapturePayload
- Query The main queries are here, click to expand
- ReleaseRemainingOrderAuthorizationPayload
- Return
- ShipmentCapturePayload
- WholesaleOrder
- WholesaleOrderCancelPayload
- WholesaleReturn