Class: ChargeBee::ThirdPartyPaymentMethod

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

construct, #init_dependant, #init_dependant_list, #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.



4
5
6
# File 'lib/chargebee/models/third_party_payment_method.rb', line 4

def gateway
  @gateway
end

#gateway_account_idObject

Returns the value of attribute gateway_account_id.



4
5
6
# File 'lib/chargebee/models/third_party_payment_method.rb', line 4

def 
  @gateway_account_id
end

#reference_idObject

Returns the value of attribute reference_id.



4
5
6
# File 'lib/chargebee/models/third_party_payment_method.rb', line 4

def reference_id
  @reference_id
end

#typeObject

Returns the value of attribute type.



4
5
6
# File 'lib/chargebee/models/third_party_payment_method.rb', line 4

def type
  @type
end