class PagSeguro::CreditCard

Attributes

billing_address[RW]

Get the sender phone.

holder[RW]

Get the sender phone.

installment[RW]

Set the CPF document.

token[RW]

Set the token that represents the credit card.

Public Class Methods

new(token) click to toggle source
# File lib/pagseguro/credit_card.rb, line 19
def initialize(token)
  @token = token
end