order_payment_line

The order payment line in the order.

PropertiesTypeDescription
channelstringThe channel of the payment line.
credit_card_numberstringThe credit card number of the payment line.
extra_infostringThe extra info on the payment line.
methodstringThe method of the payment line.
namestringThe name of the payment line.
paid_totalstringThe paid total of the payment line.
real_paid_totalstringThe actual paid total of the payment line.
transaction_idstringThe transaction id of the payment line.
{
  "name": "gift_card",
  "channel": "gift_card",
  "method": "gift_card",
  "credit_card_number": "8888",
  "transaction_id": "218191317493090262",
  "paid_total": "20.00",
  "extra_info": "{\"real_amount_currency\":\"USD\",\"exchange_rate\":\"1.0000000000\",\"real_paid_total\":\"20.00\",\"current_balance\":\"0.00\"}",
  "real_paid_total": "20.00"
}