order_payment_line
The order payment line in the order.
Properties | Type | Description |
---|---|---|
channel | string | The channel of the payment line. |
credit_card_number | string | The credit card number of the payment line. |
extra_info | string | The extra info on the payment line. |
method | string | The method of the payment line. |
name | string | The name of the payment line. |
paid_total | string | The paid total of the payment line. |
real_paid_total | string | The actual paid total of the payment line. |
transaction_id | string | The 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"
}
Updated over 1 year ago