Sha256: c21a896f7862233edc47d1737bc1c0c06037f8ed18bc51dcf4f1ddbcd9b13512

Contents?: true

Size: 1.26 KB

Versions: 1

Compression:

Stored size: 1.26 KB

Contents

=begin
#Fatture in Cloud API v2 - API Reference

#Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy.   The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.

The version of the OpenAPI document: 2.1.3
Contact: info@fattureincloud.it
Generated by: https://openapi-generator.tech
Generator version: 7.9.0

=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for FattureInCloud_Ruby_Sdk::GetTaxProfileResponse
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe FattureInCloud_Ruby_Sdk::GetTaxProfileResponse do
  let(:instance) { FattureInCloud_Ruby_Sdk::GetTaxProfileResponse.new }

  describe 'test an instance of GetTaxProfileResponse' do
    it 'should create an instance of GetTaxProfileResponse' do
      # uncomment below to test the instance creation
      # expect(instance).to be_instance_of(FattureInCloud_Ruby_Sdk::GetTaxProfileResponse)
    end
  end

  describe 'test attribute "data"' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fattureincloud_ruby_sdk-2.1.1 spec/models/get_tax_profile_response_spec.rb