Method: Plaid::UserCreateResponse.openapi_types

Defined in:
lib/plaid/models/user_create_response.rb

.openapi_typesObject

Attribute type mapping.



46
47
48
49
50
51
52
53
# File 'lib/plaid/models/user_create_response.rb', line 46

def self.openapi_types
  {
    :'user_token' => :'String',
    :'user_id' => :'String',
    :'request_id' => :'String',
    :'identity_creation_result' => :'IdentityCreationResult'
  }
end