Class: AvalaraSdk::A1099::V2::Create1099FormRequestSdk

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

Overview

Represents the Request object for the Create1099Form API

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCreate1099FormRequestSdk



951
952
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 951

def initialize()
end

Instance Attribute Details

#avalara_versionObject

Returns the value of attribute avalara_version.



943
944
945
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 943

def avalara_version
  @avalara_version
end

#get1099_form200_responseObject

Returns the value of attribute get1099_form200_response.



949
950
951
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 949

def get1099_form200_response
  @get1099_form200_response
end

#x_avalara_clientObject

Returns the value of attribute x_avalara_client.



947
948
949
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 947

def x_avalara_client
  @x_avalara_client
end

#x_correlation_idObject

Returns the value of attribute x_correlation_id.



945
946
947
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 945

def x_correlation_id
  @x_correlation_id
end

Instance Method Details

#get_avalara_versionObject



954
955
956
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 954

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

#get_get1099_form200_responseObject



978
979
980
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 978

def get_get1099_form200_response()
    return @get1099_form200_response
end

#get_x_avalara_clientObject



970
971
972
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 970

def get_x_avalara_client()
    return @x_avalara_client
end

#get_x_correlation_idObject



962
963
964
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 962

def get_x_correlation_id()
    return @x_correlation_id
end

#set_avalara_version(avalara_version) ⇒ Object



958
959
960
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 958

def set_avalara_version(avalara_version)
    @avalara_version = avalara_version
end

#set_get1099_form200_response(get1099_form200_response) ⇒ Object



982
983
984
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 982

def set_get1099_form200_response(get1099_form200_response)
    @get1099_form200_response = get1099_form200_response
end

#set_x_avalara_client(x_avalara_client) ⇒ Object



974
975
976
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 974

def set_x_avalara_client(x_avalara_client)
    @x_avalara_client = x_avalara_client
end

#set_x_correlation_id(x_correlation_id) ⇒ Object



966
967
968
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 966

def set_x_correlation_id(x_correlation_id)
    @x_correlation_id = x_correlation_id
end