/// <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(); }
/// <summary> /// Initializes a new instance of the /// OBWriteInternationalStandingOrderConsentResponse6DataChargesItem /// class. /// </summary> /// <param name="chargeBearer">Possible values include: /// 'BorneByCreditor', 'BorneByDebtor', 'FollowingServiceLevel', /// 'Shared'</param> public OBWriteInternationalStandingOrderConsentResponse6DataChargesItem(OBChargeBearerType1CodeEnum chargeBearer, string type, OBActiveOrHistoricCurrencyAndAmount amount) { ChargeBearer = chargeBearer; Type = type; Amount = amount; CustomInit(); }
/// <summary> /// Initializes a new instance of the /// OBWriteDomesticStandingOrderResponse5DataChargesItem class. /// </summary> /// <param name="chargeBearer">Possible values include: /// 'BorneByCreditor', 'BorneByDebtor', 'FollowingServiceLevel', /// 'Shared'</param> public OBWriteDomesticStandingOrderResponse5DataChargesItem(OBChargeBearerType1CodeEnum chargeBearer, string type, OBActiveOrHistoricCurrencyAndAmount amount) { ChargeBearer = chargeBearer; Type = type; Amount = amount; CustomInit(); }