nauticalOrderCapture
Capture a nautical order.
nauticalOrderCapture(
amount: PositiveDecimal!
id: ID!
paymentId: ID
): NauticalOrderCapture
Arguments
nauticalOrderCapture.amount ● PositiveDecimal! non-null scalar
Amount of money to capture.
nauticalOrderCapture.id ● ID! non-null scalar
ID of the nautical order to capture.
nauticalOrderCapture.paymentId ● ID scalar
ID of the payment attached to the nautical order to capture. If not specified, the last payment on the order will be used.
Type
NauticalOrderCapture object
Capture a nautical order.