forked from alpacahq/go-onfido-openapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
model_document_properties_barcode_inner.go
737 lines (628 loc) · 22 KB
/
model_document_properties_barcode_inner.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
/*
Onfido API v3.6
The Onfido API is used to submit check requests.
API version: 3.6.0
Contact: [email protected]
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
package onfido_openapi
import (
"encoding/json"
)
// checks if the DocumentPropertiesBarcodeInner type satisfies the MappedNullable interface at compile time
var _ MappedNullable = &DocumentPropertiesBarcodeInner{}
// DocumentPropertiesBarcodeInner struct for DocumentPropertiesBarcodeInner
type DocumentPropertiesBarcodeInner struct {
FirstName *string `json:"first_name,omitempty"`
MiddleName *string `json:"middle_name,omitempty"`
LastName *string `json:"last_name,omitempty"`
DocumentType *string `json:"document_type,omitempty"`
DateOfExpiry *string `json:"date_of_expiry,omitempty"`
DateOfBirth *string `json:"date_of_birth,omitempty"`
IssuingDate *string `json:"issuing_date,omitempty"`
AddressLine1 *string `json:"address_line_1,omitempty"`
AddressLine2 *string `json:"address_line_2,omitempty"`
AddressLine3 *string `json:"address_line_3,omitempty"`
AddressLine4 *string `json:"address_line_4,omitempty"`
AddressLine5 *string `json:"address_line_5,omitempty"`
IssuingState *string `json:"issuing_state,omitempty"`
Class *string `json:"class,omitempty"`
Gender *string `json:"gender,omitempty"`
IssuingCountry *string `json:"issuing_country,omitempty"`
DocumentNumber *string `json:"document_number,omitempty"`
RealIdClassification *string `json:"real_id_classification,omitempty"`
}
// NewDocumentPropertiesBarcodeInner instantiates a new DocumentPropertiesBarcodeInner object
// This constructor will assign default values to properties that have it defined,
// and makes sure properties required by API are set, but the set of arguments
// will change when the set of required properties is changed
func NewDocumentPropertiesBarcodeInner() *DocumentPropertiesBarcodeInner {
this := DocumentPropertiesBarcodeInner{}
return &this
}
// NewDocumentPropertiesBarcodeInnerWithDefaults instantiates a new DocumentPropertiesBarcodeInner object
// This constructor will only assign default values to properties that have it defined,
// but it doesn't guarantee that properties required by API are set
func NewDocumentPropertiesBarcodeInnerWithDefaults() *DocumentPropertiesBarcodeInner {
this := DocumentPropertiesBarcodeInner{}
return &this
}
// GetFirstName returns the FirstName field value if set, zero value otherwise.
func (o *DocumentPropertiesBarcodeInner) GetFirstName() string {
if o == nil || IsNil(o.FirstName) {
var ret string
return ret
}
return *o.FirstName
}
// GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *DocumentPropertiesBarcodeInner) GetFirstNameOk() (*string, bool) {
if o == nil || IsNil(o.FirstName) {
return nil, false
}
return o.FirstName, true
}
// HasFirstName returns a boolean if a field has been set.
func (o *DocumentPropertiesBarcodeInner) HasFirstName() bool {
if o != nil && !IsNil(o.FirstName) {
return true
}
return false
}
// SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (o *DocumentPropertiesBarcodeInner) SetFirstName(v string) {
o.FirstName = &v
}
// GetMiddleName returns the MiddleName field value if set, zero value otherwise.
func (o *DocumentPropertiesBarcodeInner) GetMiddleName() string {
if o == nil || IsNil(o.MiddleName) {
var ret string
return ret
}
return *o.MiddleName
}
// GetMiddleNameOk returns a tuple with the MiddleName field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *DocumentPropertiesBarcodeInner) GetMiddleNameOk() (*string, bool) {
if o == nil || IsNil(o.MiddleName) {
return nil, false
}
return o.MiddleName, true
}
// HasMiddleName returns a boolean if a field has been set.
func (o *DocumentPropertiesBarcodeInner) HasMiddleName() bool {
if o != nil && !IsNil(o.MiddleName) {
return true
}
return false
}
// SetMiddleName gets a reference to the given string and assigns it to the MiddleName field.
func (o *DocumentPropertiesBarcodeInner) SetMiddleName(v string) {
o.MiddleName = &v
}
// GetLastName returns the LastName field value if set, zero value otherwise.
func (o *DocumentPropertiesBarcodeInner) GetLastName() string {
if o == nil || IsNil(o.LastName) {
var ret string
return ret
}
return *o.LastName
}
// GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *DocumentPropertiesBarcodeInner) GetLastNameOk() (*string, bool) {
if o == nil || IsNil(o.LastName) {
return nil, false
}
return o.LastName, true
}
// HasLastName returns a boolean if a field has been set.
func (o *DocumentPropertiesBarcodeInner) HasLastName() bool {
if o != nil && !IsNil(o.LastName) {
return true
}
return false
}
// SetLastName gets a reference to the given string and assigns it to the LastName field.
func (o *DocumentPropertiesBarcodeInner) SetLastName(v string) {
o.LastName = &v
}
// GetDocumentType returns the DocumentType field value if set, zero value otherwise.
func (o *DocumentPropertiesBarcodeInner) GetDocumentType() string {
if o == nil || IsNil(o.DocumentType) {
var ret string
return ret
}
return *o.DocumentType
}
// GetDocumentTypeOk returns a tuple with the DocumentType field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *DocumentPropertiesBarcodeInner) GetDocumentTypeOk() (*string, bool) {
if o == nil || IsNil(o.DocumentType) {
return nil, false
}
return o.DocumentType, true
}
// HasDocumentType returns a boolean if a field has been set.
func (o *DocumentPropertiesBarcodeInner) HasDocumentType() bool {
if o != nil && !IsNil(o.DocumentType) {
return true
}
return false
}
// SetDocumentType gets a reference to the given string and assigns it to the DocumentType field.
func (o *DocumentPropertiesBarcodeInner) SetDocumentType(v string) {
o.DocumentType = &v
}
// GetDateOfExpiry returns the DateOfExpiry field value if set, zero value otherwise.
func (o *DocumentPropertiesBarcodeInner) GetDateOfExpiry() string {
if o == nil || IsNil(o.DateOfExpiry) {
var ret string
return ret
}
return *o.DateOfExpiry
}
// GetDateOfExpiryOk returns a tuple with the DateOfExpiry field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *DocumentPropertiesBarcodeInner) GetDateOfExpiryOk() (*string, bool) {
if o == nil || IsNil(o.DateOfExpiry) {
return nil, false
}
return o.DateOfExpiry, true
}
// HasDateOfExpiry returns a boolean if a field has been set.
func (o *DocumentPropertiesBarcodeInner) HasDateOfExpiry() bool {
if o != nil && !IsNil(o.DateOfExpiry) {
return true
}
return false
}
// SetDateOfExpiry gets a reference to the given string and assigns it to the DateOfExpiry field.
func (o *DocumentPropertiesBarcodeInner) SetDateOfExpiry(v string) {
o.DateOfExpiry = &v
}
// GetDateOfBirth returns the DateOfBirth field value if set, zero value otherwise.
func (o *DocumentPropertiesBarcodeInner) GetDateOfBirth() string {
if o == nil || IsNil(o.DateOfBirth) {
var ret string
return ret
}
return *o.DateOfBirth
}
// GetDateOfBirthOk returns a tuple with the DateOfBirth field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *DocumentPropertiesBarcodeInner) GetDateOfBirthOk() (*string, bool) {
if o == nil || IsNil(o.DateOfBirth) {
return nil, false
}
return o.DateOfBirth, true
}
// HasDateOfBirth returns a boolean if a field has been set.
func (o *DocumentPropertiesBarcodeInner) HasDateOfBirth() bool {
if o != nil && !IsNil(o.DateOfBirth) {
return true
}
return false
}
// SetDateOfBirth gets a reference to the given string and assigns it to the DateOfBirth field.
func (o *DocumentPropertiesBarcodeInner) SetDateOfBirth(v string) {
o.DateOfBirth = &v
}
// GetIssuingDate returns the IssuingDate field value if set, zero value otherwise.
func (o *DocumentPropertiesBarcodeInner) GetIssuingDate() string {
if o == nil || IsNil(o.IssuingDate) {
var ret string
return ret
}
return *o.IssuingDate
}
// GetIssuingDateOk returns a tuple with the IssuingDate field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *DocumentPropertiesBarcodeInner) GetIssuingDateOk() (*string, bool) {
if o == nil || IsNil(o.IssuingDate) {
return nil, false
}
return o.IssuingDate, true
}
// HasIssuingDate returns a boolean if a field has been set.
func (o *DocumentPropertiesBarcodeInner) HasIssuingDate() bool {
if o != nil && !IsNil(o.IssuingDate) {
return true
}
return false
}
// SetIssuingDate gets a reference to the given string and assigns it to the IssuingDate field.
func (o *DocumentPropertiesBarcodeInner) SetIssuingDate(v string) {
o.IssuingDate = &v
}
// GetAddressLine1 returns the AddressLine1 field value if set, zero value otherwise.
func (o *DocumentPropertiesBarcodeInner) GetAddressLine1() string {
if o == nil || IsNil(o.AddressLine1) {
var ret string
return ret
}
return *o.AddressLine1
}
// GetAddressLine1Ok returns a tuple with the AddressLine1 field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *DocumentPropertiesBarcodeInner) GetAddressLine1Ok() (*string, bool) {
if o == nil || IsNil(o.AddressLine1) {
return nil, false
}
return o.AddressLine1, true
}
// HasAddressLine1 returns a boolean if a field has been set.
func (o *DocumentPropertiesBarcodeInner) HasAddressLine1() bool {
if o != nil && !IsNil(o.AddressLine1) {
return true
}
return false
}
// SetAddressLine1 gets a reference to the given string and assigns it to the AddressLine1 field.
func (o *DocumentPropertiesBarcodeInner) SetAddressLine1(v string) {
o.AddressLine1 = &v
}
// GetAddressLine2 returns the AddressLine2 field value if set, zero value otherwise.
func (o *DocumentPropertiesBarcodeInner) GetAddressLine2() string {
if o == nil || IsNil(o.AddressLine2) {
var ret string
return ret
}
return *o.AddressLine2
}
// GetAddressLine2Ok returns a tuple with the AddressLine2 field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *DocumentPropertiesBarcodeInner) GetAddressLine2Ok() (*string, bool) {
if o == nil || IsNil(o.AddressLine2) {
return nil, false
}
return o.AddressLine2, true
}
// HasAddressLine2 returns a boolean if a field has been set.
func (o *DocumentPropertiesBarcodeInner) HasAddressLine2() bool {
if o != nil && !IsNil(o.AddressLine2) {
return true
}
return false
}
// SetAddressLine2 gets a reference to the given string and assigns it to the AddressLine2 field.
func (o *DocumentPropertiesBarcodeInner) SetAddressLine2(v string) {
o.AddressLine2 = &v
}
// GetAddressLine3 returns the AddressLine3 field value if set, zero value otherwise.
func (o *DocumentPropertiesBarcodeInner) GetAddressLine3() string {
if o == nil || IsNil(o.AddressLine3) {
var ret string
return ret
}
return *o.AddressLine3
}
// GetAddressLine3Ok returns a tuple with the AddressLine3 field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *DocumentPropertiesBarcodeInner) GetAddressLine3Ok() (*string, bool) {
if o == nil || IsNil(o.AddressLine3) {
return nil, false
}
return o.AddressLine3, true
}
// HasAddressLine3 returns a boolean if a field has been set.
func (o *DocumentPropertiesBarcodeInner) HasAddressLine3() bool {
if o != nil && !IsNil(o.AddressLine3) {
return true
}
return false
}
// SetAddressLine3 gets a reference to the given string and assigns it to the AddressLine3 field.
func (o *DocumentPropertiesBarcodeInner) SetAddressLine3(v string) {
o.AddressLine3 = &v
}
// GetAddressLine4 returns the AddressLine4 field value if set, zero value otherwise.
func (o *DocumentPropertiesBarcodeInner) GetAddressLine4() string {
if o == nil || IsNil(o.AddressLine4) {
var ret string
return ret
}
return *o.AddressLine4
}
// GetAddressLine4Ok returns a tuple with the AddressLine4 field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *DocumentPropertiesBarcodeInner) GetAddressLine4Ok() (*string, bool) {
if o == nil || IsNil(o.AddressLine4) {
return nil, false
}
return o.AddressLine4, true
}
// HasAddressLine4 returns a boolean if a field has been set.
func (o *DocumentPropertiesBarcodeInner) HasAddressLine4() bool {
if o != nil && !IsNil(o.AddressLine4) {
return true
}
return false
}
// SetAddressLine4 gets a reference to the given string and assigns it to the AddressLine4 field.
func (o *DocumentPropertiesBarcodeInner) SetAddressLine4(v string) {
o.AddressLine4 = &v
}
// GetAddressLine5 returns the AddressLine5 field value if set, zero value otherwise.
func (o *DocumentPropertiesBarcodeInner) GetAddressLine5() string {
if o == nil || IsNil(o.AddressLine5) {
var ret string
return ret
}
return *o.AddressLine5
}
// GetAddressLine5Ok returns a tuple with the AddressLine5 field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *DocumentPropertiesBarcodeInner) GetAddressLine5Ok() (*string, bool) {
if o == nil || IsNil(o.AddressLine5) {
return nil, false
}
return o.AddressLine5, true
}
// HasAddressLine5 returns a boolean if a field has been set.
func (o *DocumentPropertiesBarcodeInner) HasAddressLine5() bool {
if o != nil && !IsNil(o.AddressLine5) {
return true
}
return false
}
// SetAddressLine5 gets a reference to the given string and assigns it to the AddressLine5 field.
func (o *DocumentPropertiesBarcodeInner) SetAddressLine5(v string) {
o.AddressLine5 = &v
}
// GetIssuingState returns the IssuingState field value if set, zero value otherwise.
func (o *DocumentPropertiesBarcodeInner) GetIssuingState() string {
if o == nil || IsNil(o.IssuingState) {
var ret string
return ret
}
return *o.IssuingState
}
// GetIssuingStateOk returns a tuple with the IssuingState field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *DocumentPropertiesBarcodeInner) GetIssuingStateOk() (*string, bool) {
if o == nil || IsNil(o.IssuingState) {
return nil, false
}
return o.IssuingState, true
}
// HasIssuingState returns a boolean if a field has been set.
func (o *DocumentPropertiesBarcodeInner) HasIssuingState() bool {
if o != nil && !IsNil(o.IssuingState) {
return true
}
return false
}
// SetIssuingState gets a reference to the given string and assigns it to the IssuingState field.
func (o *DocumentPropertiesBarcodeInner) SetIssuingState(v string) {
o.IssuingState = &v
}
// GetClass returns the Class field value if set, zero value otherwise.
func (o *DocumentPropertiesBarcodeInner) GetClass() string {
if o == nil || IsNil(o.Class) {
var ret string
return ret
}
return *o.Class
}
// GetClassOk returns a tuple with the Class field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *DocumentPropertiesBarcodeInner) GetClassOk() (*string, bool) {
if o == nil || IsNil(o.Class) {
return nil, false
}
return o.Class, true
}
// HasClass returns a boolean if a field has been set.
func (o *DocumentPropertiesBarcodeInner) HasClass() bool {
if o != nil && !IsNil(o.Class) {
return true
}
return false
}
// SetClass gets a reference to the given string and assigns it to the Class field.
func (o *DocumentPropertiesBarcodeInner) SetClass(v string) {
o.Class = &v
}
// GetGender returns the Gender field value if set, zero value otherwise.
func (o *DocumentPropertiesBarcodeInner) GetGender() string {
if o == nil || IsNil(o.Gender) {
var ret string
return ret
}
return *o.Gender
}
// GetGenderOk returns a tuple with the Gender field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *DocumentPropertiesBarcodeInner) GetGenderOk() (*string, bool) {
if o == nil || IsNil(o.Gender) {
return nil, false
}
return o.Gender, true
}
// HasGender returns a boolean if a field has been set.
func (o *DocumentPropertiesBarcodeInner) HasGender() bool {
if o != nil && !IsNil(o.Gender) {
return true
}
return false
}
// SetGender gets a reference to the given string and assigns it to the Gender field.
func (o *DocumentPropertiesBarcodeInner) SetGender(v string) {
o.Gender = &v
}
// GetIssuingCountry returns the IssuingCountry field value if set, zero value otherwise.
func (o *DocumentPropertiesBarcodeInner) GetIssuingCountry() string {
if o == nil || IsNil(o.IssuingCountry) {
var ret string
return ret
}
return *o.IssuingCountry
}
// GetIssuingCountryOk returns a tuple with the IssuingCountry field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *DocumentPropertiesBarcodeInner) GetIssuingCountryOk() (*string, bool) {
if o == nil || IsNil(o.IssuingCountry) {
return nil, false
}
return o.IssuingCountry, true
}
// HasIssuingCountry returns a boolean if a field has been set.
func (o *DocumentPropertiesBarcodeInner) HasIssuingCountry() bool {
if o != nil && !IsNil(o.IssuingCountry) {
return true
}
return false
}
// SetIssuingCountry gets a reference to the given string and assigns it to the IssuingCountry field.
func (o *DocumentPropertiesBarcodeInner) SetIssuingCountry(v string) {
o.IssuingCountry = &v
}
// GetDocumentNumber returns the DocumentNumber field value if set, zero value otherwise.
func (o *DocumentPropertiesBarcodeInner) GetDocumentNumber() string {
if o == nil || IsNil(o.DocumentNumber) {
var ret string
return ret
}
return *o.DocumentNumber
}
// GetDocumentNumberOk returns a tuple with the DocumentNumber field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *DocumentPropertiesBarcodeInner) GetDocumentNumberOk() (*string, bool) {
if o == nil || IsNil(o.DocumentNumber) {
return nil, false
}
return o.DocumentNumber, true
}
// HasDocumentNumber returns a boolean if a field has been set.
func (o *DocumentPropertiesBarcodeInner) HasDocumentNumber() bool {
if o != nil && !IsNil(o.DocumentNumber) {
return true
}
return false
}
// SetDocumentNumber gets a reference to the given string and assigns it to the DocumentNumber field.
func (o *DocumentPropertiesBarcodeInner) SetDocumentNumber(v string) {
o.DocumentNumber = &v
}
// GetRealIdClassification returns the RealIdClassification field value if set, zero value otherwise.
func (o *DocumentPropertiesBarcodeInner) GetRealIdClassification() string {
if o == nil || IsNil(o.RealIdClassification) {
var ret string
return ret
}
return *o.RealIdClassification
}
// GetRealIdClassificationOk returns a tuple with the RealIdClassification field value if set, nil otherwise
// and a boolean to check if the value has been set.
func (o *DocumentPropertiesBarcodeInner) GetRealIdClassificationOk() (*string, bool) {
if o == nil || IsNil(o.RealIdClassification) {
return nil, false
}
return o.RealIdClassification, true
}
// HasRealIdClassification returns a boolean if a field has been set.
func (o *DocumentPropertiesBarcodeInner) HasRealIdClassification() bool {
if o != nil && !IsNil(o.RealIdClassification) {
return true
}
return false
}
// SetRealIdClassification gets a reference to the given string and assigns it to the RealIdClassification field.
func (o *DocumentPropertiesBarcodeInner) SetRealIdClassification(v string) {
o.RealIdClassification = &v
}
func (o DocumentPropertiesBarcodeInner) MarshalJSON() ([]byte, error) {
toSerialize, err := o.ToMap()
if err != nil {
return []byte{}, err
}
return json.Marshal(toSerialize)
}
func (o DocumentPropertiesBarcodeInner) ToMap() (map[string]interface{}, error) {
toSerialize := map[string]interface{}{}
if !IsNil(o.FirstName) {
toSerialize["first_name"] = o.FirstName
}
if !IsNil(o.MiddleName) {
toSerialize["middle_name"] = o.MiddleName
}
if !IsNil(o.LastName) {
toSerialize["last_name"] = o.LastName
}
if !IsNil(o.DocumentType) {
toSerialize["document_type"] = o.DocumentType
}
if !IsNil(o.DateOfExpiry) {
toSerialize["date_of_expiry"] = o.DateOfExpiry
}
if !IsNil(o.DateOfBirth) {
toSerialize["date_of_birth"] = o.DateOfBirth
}
if !IsNil(o.IssuingDate) {
toSerialize["issuing_date"] = o.IssuingDate
}
if !IsNil(o.AddressLine1) {
toSerialize["address_line_1"] = o.AddressLine1
}
if !IsNil(o.AddressLine2) {
toSerialize["address_line_2"] = o.AddressLine2
}
if !IsNil(o.AddressLine3) {
toSerialize["address_line_3"] = o.AddressLine3
}
if !IsNil(o.AddressLine4) {
toSerialize["address_line_4"] = o.AddressLine4
}
if !IsNil(o.AddressLine5) {
toSerialize["address_line_5"] = o.AddressLine5
}
if !IsNil(o.IssuingState) {
toSerialize["issuing_state"] = o.IssuingState
}
if !IsNil(o.Class) {
toSerialize["class"] = o.Class
}
if !IsNil(o.Gender) {
toSerialize["gender"] = o.Gender
}
if !IsNil(o.IssuingCountry) {
toSerialize["issuing_country"] = o.IssuingCountry
}
if !IsNil(o.DocumentNumber) {
toSerialize["document_number"] = o.DocumentNumber
}
if !IsNil(o.RealIdClassification) {
toSerialize["real_id_classification"] = o.RealIdClassification
}
return toSerialize, nil
}
type NullableDocumentPropertiesBarcodeInner struct {
value *DocumentPropertiesBarcodeInner
isSet bool
}
func (v NullableDocumentPropertiesBarcodeInner) Get() *DocumentPropertiesBarcodeInner {
return v.value
}
func (v *NullableDocumentPropertiesBarcodeInner) Set(val *DocumentPropertiesBarcodeInner) {
v.value = val
v.isSet = true
}
func (v NullableDocumentPropertiesBarcodeInner) IsSet() bool {
return v.isSet
}
func (v *NullableDocumentPropertiesBarcodeInner) Unset() {
v.value = nil
v.isSet = false
}
func NewNullableDocumentPropertiesBarcodeInner(val *DocumentPropertiesBarcodeInner) *NullableDocumentPropertiesBarcodeInner {
return &NullableDocumentPropertiesBarcodeInner{value: val, isSet: true}
}
func (v NullableDocumentPropertiesBarcodeInner) MarshalJSON() ([]byte, error) {
return json.Marshal(v.value)
}
func (v *NullableDocumentPropertiesBarcodeInner) UnmarshalJSON(src []byte) error {
v.isSet = true
return json.Unmarshal(src, &v.value)
}