Class: DingSDK::Shared::CreateCheckRequest

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/ding_sdk/models/shared/createcheckrequest.rb

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(authentication_uuid: nil, check_code: nil, customer_uuid: nil) ⇒ CreateCheckRequest

Returns a new instance of CreateCheckRequest.



23
24
25
26
27
# File 'lib/ding_sdk/models/shared/createcheckrequest.rb', line 23

def initialize(authentication_uuid: nil, check_code: nil, customer_uuid: nil)
  @authentication_uuid = authentication_uuid
  @check_code = check_code
  @customer_uuid = customer_uuid
end