Class: AvalaraSdk::A1099::V2::CreateW9FormRequestSdk

Inherits:
Object
  • Object
show all
Defined in:
lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb

Overview

Represents the Request object for the CreateW9Form API

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCreateW9FormRequestSdk

Returns a new instance of CreateW9FormRequestSdk.



877
878
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 877

def initialize()
end

Instance Attribute Details

#avalara_versionObject

Returns the value of attribute avalara_version.



869
870
871
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 869

def avalara_version
  @avalara_version
end

#iw9_form_data_models_one_ofObject

Returns the value of attribute iw9_form_data_models_one_of.



875
876
877
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 875

def iw9_form_data_models_one_of
  @iw9_form_data_models_one_of
end

#x_avalara_clientObject

Returns the value of attribute x_avalara_client.



873
874
875
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 873

def x_avalara_client
  @x_avalara_client
end

#x_correlation_idObject

Returns the value of attribute x_correlation_id.



871
872
873
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 871

def x_correlation_id
  @x_correlation_id
end

Instance Method Details

#get_avalara_versionObject



880
881
882
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 880

def get_avalara_version()
    return @avalara_version || '2.0'
end

#get_iw9_form_data_models_one_ofObject



904
905
906
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 904

def get_iw9_form_data_models_one_of()
    return @iw9_form_data_models_one_of
end

#get_x_avalara_clientObject



896
897
898
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 896

def get_x_avalara_client()
    return @x_avalara_client
end

#get_x_correlation_idObject



888
889
890
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 888

def get_x_correlation_id()
    return @x_correlation_id
end

#set_avalara_version(avalara_version) ⇒ Object



884
885
886
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 884

def set_avalara_version(avalara_version)
    @avalara_version = avalara_version
end

#set_iw9_form_data_models_one_of(iw9_form_data_models_one_of) ⇒ Object



908
909
910
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 908

def set_iw9_form_data_models_one_of(iw9_form_data_models_one_of)
    @iw9_form_data_models_one_of = iw9_form_data_models_one_of
end

#set_x_avalara_client(x_avalara_client) ⇒ Object



900
901
902
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 900

def set_x_avalara_client(x_avalara_client)
    @x_avalara_client = x_avalara_client
end

#set_x_correlation_id(x_correlation_id) ⇒ Object



892
893
894
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 892

def set_x_correlation_id(x_correlation_id)
    @x_correlation_id = x_correlation_id
end