Method: VoucherifySdk::Redemption.openapi_nullable

Defined in:
lib/VoucherifySdk/models/redemption.rb

.openapi_nullableObject

List of attributes with nullable: true



165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
# File 'lib/VoucherifySdk/models/redemption.rb', line 165

def self.openapi_nullable
  Set.new([
    :'id',
    :'object',
    :'date',
    :'customer_id',
    :'tracking_id',
    :'metadata',
    :'amount',
    :'redemption',
    :'result',
    :'status',
    :'related_redemptions',
    :'failure_code',
    :'failure_message',
    :'channel',
    :'related_object_type',
    :'related_object_id',
    :'gift',
    :'loyalty_card',
    :'voucher'
  ])
end