class PinPayment::Transfer::LineItem
Attributes
amount[RW]
object[RW]
token[RW]
type[RW]
Protected Class Methods
attributes()
click to toggle source
# File lib/pin_payment/transfer.rb, line 57 def self.attributes [:token, :type, :object, :amount, :recipient] end