class PagSeguro::SubscriptionPaymentMethod

Attributes

holder[R]

Get the holder

token[RW]

Set the token

Public Instance Methods

holder=(holder) click to toggle source

Set the holder

# File lib/pagseguro/subscription_payment_method.rb, line 13
def holder=(holder)
  @holder = ensure_type(PagSeguro::Holder, holder)
end
type() click to toggle source
# File lib/pagseguro/subscription_payment_method.rb, line 17
def type
  'CREDITCARD'
end