Sha256: efaa85c467569214e5a572030bbfe6a528eb4d1f7ae6c589498ca64c2a276726
Contents?: true
Size: 1.69 KB
Versions: 21
Compression:
Stored size: 1.69 KB
Contents
=begin #Fatture in Cloud API v2 - API Reference #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.0.7 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.3.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for FattureInCloud_Ruby_Sdk::ScheduleEmailRequest # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe FattureInCloud_Ruby_Sdk::ScheduleEmailRequest do instance = FattureInCloud_Ruby_Sdk::ScheduleEmailRequest.new instance.data = { sender_email: "mariorossi@fattureincloud.it", recipient_email: "mary.red@example.com", subject: "Nostra pro forma nr. 1", body: "Gentile Mario Rossi,<br>per vedere la nostra pro forma di o per scaricarne una copia in versione PDF prema sul bottone sottostante.<br><br>{{allegati}}<br><br>Cordiali saluti,<br><b>Mario Rossi</b>", include: { document: false, delivery_note: false, attachment: false, accompanying_invoice: false }, attach_pdf: true, send_copy: false } describe 'test an instance of ScheduleEmailRequest' do it 'should create an instance of ScheduleEmailRequest' do expect(instance).to be_instance_of(FattureInCloud_Ruby_Sdk::ScheduleEmailRequest) end end describe 'test attribute "data"' do it 'should work' do expect(instance.data).to be_a_kind_of(Object) end end end
Version data entries
21 entries across 21 versions & 1 rubygems