class Orders::Order::PaymentLink
Attributes
iframe[R]
mobile[R]
web[R]
Public Class Methods
new(options = {})
click to toggle source
# File lib/Orders.rb, line 64 def initialize(options = {}) @web = get_arg(options, 'web') @mobile = get_arg(options, 'mobile') @iframe = get_arg(options, 'iframe') end