AmountDetails

Details about a tip amount.

object or null

Additional breakdown of amount via line items.

surcharge
integer or null <int32>

The portion of the amount that is surcharge.

tip
required
integer <int32>

The portion of the amount that is tip.

{
  • "tip": 0,
  • "surcharge": 0,
  • "lineItemModifiers": {
    }
}