Method: TalonOne::NewReferral.openapi_types

Defined in:
lib/talon_one/models/new_referral.rb

.openapi_typesObject

Attribute type mapping.



52
53
54
55
56
57
58
59
60
61
62
# File 'lib/talon_one/models/new_referral.rb', line 52

def self.openapi_types
  {
    :'start_date' => :'DateTime',
    :'expiry_date' => :'DateTime',
    :'usage_limit' => :'Integer',
    :'campaign_id' => :'Integer',
    :'advocate_profile_integration_id' => :'String',
    :'friend_profile_integration_id' => :'String',
    :'attributes' => :'Object'
  }
end