class Paymill::Payment

Attributes

account[R]
bic[R]
card_holder[R]
card_type[R]
client[R]
code[R]
country[R]
expire_month[R]
expire_year[R]
holder[R]
iban[R]
is_recurring[R]
is_usable_for_preauthorization[R]
last4[R]
type[R]

Protected Class Methods

allowed_arguments() click to toggle source
# File lib/paymill/models/payment.rb, line 11
def self.allowed_arguments
  [:token, :client]
end
mandatory_arguments() click to toggle source
# File lib/paymill/models/payment.rb, line 15
def self.mandatory_arguments
  [:token]
end