Method: Falsify::OrderLineItem#tip_payment_method

Defined in:
lib/falsify/models/order/order_line_item.rb

#tip_payment_methodString

The payment method used to tender the tip, such as Visa. Present only on tips.

Returns:

  • (String)


89
90
91
# File 'lib/falsify/models/order/order_line_item.rb', line 89

def tip_payment_method
  @tip_payment_method
end