Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InlineResponse20018" /> class.
 /// </summary>
 /// <param name="meta">meta.</param>
 /// <param name="walletables">walletables (required).</param>
 public InlineResponse20018(InlineResponse20018Meta meta = default(InlineResponse20018Meta), List <Walletable> walletables = default(List <Walletable>))
 {
     // to ensure "walletables" is required (not null)
     this.Walletables = walletables ?? throw new ArgumentNullException("walletables is a required property for InlineResponse20018 and cannot be null");
     this.Meta        = meta;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="InlineResponse20019" /> class.
 /// </summary>
 /// <param name="meta">meta.</param>
 /// <param name="walletable">walletable (required).</param>
 public InlineResponse20019(InlineResponse20018Meta meta = default(InlineResponse20018Meta), Walletable walletable = default(Walletable))
 {
     // to ensure "walletable" is required (not null)
     this.Walletable = walletable ?? throw new ArgumentNullException("walletable is a required property for InlineResponse20019 and cannot be null");
     this.Meta       = meta;
 }