=begin #Payments API #Payments API are currently designed to fetch Transactions only. The version of the OpenAPI document: 0.1 Contact: support@phoenixnap.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for PaymentsApi::PaginatedTransactions # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe PaymentsApi::PaginatedTransactions do let(:instance) { PaymentsApi::PaginatedTransactions.new } describe 'test an instance of PaginatedTransactions' do it 'should create an instance of PaginatedTransactions' do # uncomment below to test the instance creation #expect(instance).to be_instance_of(PaymentsApi::PaginatedTransactions) end end describe 'test attribute "limit"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "offset"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "total"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "results"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end end