Skip to content
SIBISIBI Developers
Esc
navigateopen⌘Jpreview
On this page

OrderingOrderFee

An object representing a fee associated with an order.

type OrderingOrderFee {
  name: String!
  amountCents: Int!
}

name

string - Human readable name of the fee.


amountCents

number - The amount of the fee, represented in cents.

Was this page helpful?