Class: TossPayments::BillingResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/toss_payments.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authenticated_atObject

Returns the value of attribute authenticated_at

Returns:

  • (Object)

    the current value of authenticated_at



53
54
55
# File 'lib/toss_payments.rb', line 53

def authenticated_at
  @authenticated_at
end

#billing_keyObject

Returns the value of attribute billing_key

Returns:

  • (Object)

    the current value of billing_key



53
54
55
# File 'lib/toss_payments.rb', line 53

def billing_key
  @billing_key
end

#cardObject

Returns the value of attribute card

Returns:

  • (Object)

    the current value of card



53
54
55
# File 'lib/toss_payments.rb', line 53

def card
  @card
end

#customer_keyObject

Returns the value of attribute customer_key

Returns:

  • (Object)

    the current value of customer_key



53
54
55
# File 'lib/toss_payments.rb', line 53

def customer_key
  @customer_key
end

#m_idObject

Returns the value of attribute m_id

Returns:

  • (Object)

    the current value of m_id



53
54
55
# File 'lib/toss_payments.rb', line 53

def m_id
  @m_id
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



53
54
55
# File 'lib/toss_payments.rb', line 53

def method
  @method
end

#response_typeObject

Returns the value of attribute response_type

Returns:

  • (Object)

    the current value of response_type



53
54
55
# File 'lib/toss_payments.rb', line 53

def response_type
  @response_type
end