Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the
 /// OBWriteInternationalStandingOrderConsentResponse6 class.
 /// </summary>
 public OBWriteInternationalStandingOrderConsentResponse6(OBWriteInternationalStandingOrderConsentResponse6Data data, OBRisk1 risk, Links links = default(Links), Meta meta = default(Meta))
 {
     Data  = data;
     Risk  = risk;
     Links = links;
     Meta  = meta;
     CustomInit();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the
 /// OBWriteInternationalStandingOrderConsentResponse6 class.
 /// </summary>
 public OBWriteInternationalStandingOrderConsentResponse6()
 {
     Data = new OBWriteInternationalStandingOrderConsentResponse6Data();
     CustomInit();
 }