Class: ChargeBee::Customer::PaymentMethod

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/customer.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

construct, #initialize, #inspect, #load, #method_missing, #to_s, uri_path

Constructor Details

This class inherits a constructor from ChargeBee::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ChargeBee::Model

Instance Attribute Details

#gatewayObject

Returns the value of attribute gateway.



9
10
11
# File 'lib/chargebee/models/customer.rb', line 9

def gateway
  @gateway
end

#reference_idObject

Returns the value of attribute reference_id.



9
10
11
# File 'lib/chargebee/models/customer.rb', line 9

def reference_id
  @reference_id
end

#statusObject

Returns the value of attribute status.



9
10
11
# File 'lib/chargebee/models/customer.rb', line 9

def status
  @status
end

#typeObject

Returns the value of attribute type.



9
10
11
# File 'lib/chargebee/models/customer.rb', line 9

def type
  @type
end