Class: ChargeBee::BusinessEntityTransfer

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #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

#active_resource_idObject

Returns the value of attribute active_resource_id.



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

def active_resource_id
  @active_resource_id
end

#created_atObject

Returns the value of attribute created_at.



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

def created_at
  @created_at
end

#destination_business_entity_idObject

Returns the value of attribute destination_business_entity_id.



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

def destination_business_entity_id
  @destination_business_entity_id
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#reason_codeObject

Returns the value of attribute reason_code.



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

def reason_code
  @reason_code
end

#resource_idObject

Returns the value of attribute resource_id.



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

def resource_id
  @resource_id
end

#resource_typeObject

Returns the value of attribute resource_type.



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

def resource_type
  @resource_type
end

#source_business_entity_idObject

Returns the value of attribute source_business_entity_id.



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

def source_business_entity_id
  @source_business_entity_id
end