Payment Object
Represents a payment of a given type.
Fields
#
actions
[ OrderAction !]!
Non-null
List of actions that can be performed in the current state of a payment.
checkout
customerIpAddress
metadata
[ MetadataItem !]!
Non-null
List of public metadata items. Can be accessed without permissions.
nauticalOrder
paymentMethodToken
privateMetadata
[ MetadataItem !]!
Non-null
List of private metadata items.Requires proper staff permissions to access.
Interfaces
#
Also implements Node , ObjectWithMetadata .
Usages
#
References
#
- Field payment from Query
- Field payments from NauticalOrder
- Field payment from Transaction