class Plaid::PartnerCustomerCreateRequest
- Plaid::PartnerCustomerCreateRequest
- Reference
- Object
Overview
Request schema for /partner/customer/create
.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- OpenApi::Json
- OpenApi::Validatable
Defined in:
plaid/models/partner_customer_create_request.crConstructors
- .new(pull : JSON::PullParser)
-
.new(*, company_name : String | Nil = nil, is_diligence_attested : Bool | Nil = nil, legal_entity_name : String | Nil = nil, website : String | Nil = nil, application_name : String | Nil = nil, address : PartnerEndCustomerAddress | Nil = nil, is_bank_addendum_completed : Bool | Nil = nil, client_id : String | Nil = nil, secret : String | Nil = nil, products : Array(Products) | Nil = nil, create_link_customization : Bool | Nil = nil, logo : String | Nil = nil, technical_contact : PartnerEndCustomerTechnicalContact | Nil = nil, billing_contact : PartnerEndCustomerBillingContact | Nil = nil, customer_support_info : PartnerEndCustomerCustomerSupportInfo | Nil = nil, assets_under_management : PartnerEndCustomerAssetsUnderManagement | Nil = nil, redirect_uris : Array(String) | Nil = nil)
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance Method Summary
-
#==(other : self)
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes.
- #address : PartnerEndCustomerAddress | Nil
-
#address=(new_value : PartnerEndCustomerAddress | Nil)
Custom attribute writer method checking allowed values (enum).
- #application_name : String | Nil
-
#application_name=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #assets_under_management : PartnerEndCustomerAssetsUnderManagement | Nil
-
#assets_under_management=(new_value : PartnerEndCustomerAssetsUnderManagement | Nil)
Custom attribute writer method checking allowed values (enum).
- #billing_contact : PartnerEndCustomerBillingContact | Nil
-
#billing_contact=(new_value : PartnerEndCustomerBillingContact | Nil)
Custom attribute writer method checking allowed values (enum).
- #client_id : String | Nil
-
#client_id=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #company_name : String | Nil
-
#company_name=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #create_link_customization : Bool | Nil
-
#create_link_customization=(new_value : Bool | Nil)
Custom attribute writer method checking allowed values (enum).
- #customer_support_info : PartnerEndCustomerCustomerSupportInfo | Nil
-
#customer_support_info=(new_value : PartnerEndCustomerCustomerSupportInfo | Nil)
Custom attribute writer method checking allowed values (enum).
-
#hash(hasher)
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes.
- #is_bank_addendum_completed : Bool | Nil
-
#is_bank_addendum_completed=(new_value : Bool | Nil)
Custom attribute writer method checking allowed values (enum).
- #is_diligence_attested : Bool | Nil
-
#is_diligence_attested=(new_value : Bool | Nil)
Custom attribute writer method checking allowed values (enum).
- #legal_entity_name : String | Nil
-
#legal_entity_name=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
-
#list_invalid_properties : Array(String)
Show invalid properties with the reasons.
- #logo : String | Nil
-
#logo=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #products : Array(Products) | Nil
-
#products=(new_value : Array(Products) | Nil)
Custom attribute writer method checking allowed values (enum).
- #redirect_uris : Array(String) | Nil
-
#redirect_uris=(new_value : Array(String) | Nil)
Custom attribute writer method checking allowed values (enum).
- #secret : String | Nil
-
#secret=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
- #technical_contact : PartnerEndCustomerTechnicalContact | Nil
-
#technical_contact=(new_value : PartnerEndCustomerTechnicalContact | Nil)
Custom attribute writer method checking allowed values (enum).
-
#valid? : Bool
Check to see if the all the properties in the model are valid @return true if the model is valid
- #website : String | Nil
-
#website=(new_value : String | Nil)
Custom attribute writer method checking allowed values (enum).
Instance methods inherited from module OpenApi::Json
after_initialize
after_initialize,
eql?(o : self)
eql?,
to_hash : Hash(String, JSON::Any)
to_hash,
to_json_any : JSON::Any
to_json_any
Class methods inherited from module OpenApi::Json
build_from_hash(hash : Hash)
build_from_hash,
build_from_json_any(json_any : JSON::Any)
build_from_json_any
Instance methods inherited from module OpenApi::Validatable
list_invalid_properties : Array(String)
list_invalid_properties,
list_invalid_properties_for(key : String) : Array(String)
list_invalid_properties_for,
valid? : Bool
valid?,
validate : Nil
validate
Constructor Detail
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance Method Detail
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] address Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] application_name Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] assets_under_management Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] billing_contact Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] client_id Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] company_name Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] create_link_customization Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] customer_support_info Object to be assigned
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] is_bank_addendum_completed Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] is_diligence_attested Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] legal_entity_name Object to be assigned
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Custom attribute writer method checking allowed values (enum). @param [Object] logo Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] products Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] redirect_uris Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] secret Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] technical_contact Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid
Custom attribute writer method checking allowed values (enum). @param [Object] website Object to be assigned