示例#1
0
 /// <summary>
 /// Initializes a new instance of the
 /// OBWriteInternationalStandingOrderConsentResponse4DataChargesItem
 /// class.
 /// </summary>
 /// <param name="chargeBearer">Possible values include:
 /// 'BorneByCreditor', 'BorneByDebtor', 'FollowingServiceLevel',
 /// 'Shared'</param>
 public OBWriteInternationalStandingOrderConsentResponse4DataChargesItem(OBChargeBearerType1CodeEnum chargeBearer, string type, OBActiveOrHistoricCurrencyAndAmount amount)
 {
     ChargeBearer = chargeBearer;
     Type         = type;
     Amount       = amount;
     CustomInit();
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the
 /// OBWriteFileConsentResponse3DataChargesItem class.
 /// </summary>
 /// <param name="chargeBearer">Possible values include:
 /// 'BorneByCreditor', 'BorneByDebtor', 'FollowingServiceLevel',
 /// 'Shared'</param>
 public OBWriteFileConsentResponse3DataChargesItem(OBChargeBearerType1CodeEnum chargeBearer, string type, OBActiveOrHistoricCurrencyAndAmount amount)
 {
     ChargeBearer = chargeBearer;
     Type         = type;
     Amount       = amount;
     CustomInit();
 }