Payment Line
order.payment_line
The order.payment_line
object has the following attributes:
order.payment_line.name
Returns the payment name.
order.payment_line.channel
Returns the payment channel.
order.payment_line.method
Returns the payment method.
order.payment_line.credit_card_number
Returns the credit card number of the order.
order.payment_line.transaction_id
Returns the payment transaction id.
order.payment_line.trans_channel
Returns the payment transaction channel.
order.payment_line.trans_method
Returns the payment transaction method.
Updated 5 months ago