Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Ptsv2paymentsRiskInformation" /> class.
 /// </summary>
 /// <param name="Profile">Profile.</param>
 /// <param name="EventType">Specifies one of the following types of events: - login - account_creation - account_update For regular payment transactions, do not send this field. .</param>
 /// <param name="BuyerHistory">BuyerHistory.</param>
 /// <param name="AuxiliaryData">AuxiliaryData.</param>
 public Ptsv2paymentsRiskInformation(Ptsv2paymentsRiskInformationProfile Profile = default(Ptsv2paymentsRiskInformationProfile), string EventType = default(string), Ptsv2paymentsRiskInformationBuyerHistory BuyerHistory = default(Ptsv2paymentsRiskInformationBuyerHistory), List <Ptsv2paymentsRiskInformationAuxiliaryData> AuxiliaryData = default(List <Ptsv2paymentsRiskInformationAuxiliaryData>))
 {
     this.Profile       = Profile;
     this.EventType     = EventType;
     this.BuyerHistory  = BuyerHistory;
     this.AuxiliaryData = AuxiliaryData;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="Riskv1decisionsRiskInformation" /> class.
 /// </summary>
 /// <param name="Profile">Profile.</param>
 /// <param name="EventType">Specifies one of the following types of events: - login - account_creation - account_update For regular payment transactions, do not send this field. .</param>
 /// <param name="BuyerHistory">BuyerHistory.</param>
 public Riskv1decisionsRiskInformation(Ptsv2paymentsRiskInformationProfile Profile = default(Ptsv2paymentsRiskInformationProfile), string EventType = default(string), Ptsv2paymentsRiskInformationBuyerHistory BuyerHistory = default(Ptsv2paymentsRiskInformationBuyerHistory))
 {
     this.Profile      = Profile;
     this.EventType    = EventType;
     this.BuyerHistory = BuyerHistory;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="Riskv1decisionsRiskInformation" /> class.
 /// </summary>
 /// <param name="Profile">Profile.</param>
 /// <param name="EventType">Specifies one of the following types of events: - login - account_creation - account_update For regular payment transactions, do not send this field. .</param>
 public Riskv1decisionsRiskInformation(Ptsv2paymentsRiskInformationProfile Profile = default(Ptsv2paymentsRiskInformationProfile), string EventType = default(string))
 {
     this.Profile = Profile;
     this.EventType = EventType;
 }