Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AuthReversalRequest" /> class.
 /// </summary>
 /// <param name="ClientReferenceInformation">ClientReferenceInformation.</param>
 /// <param name="ReversalInformation">ReversalInformation.</param>
 /// <param name="ProcessingInformation">ProcessingInformation.</param>
 /// <param name="OrderInformation">OrderInformation.</param>
 /// <param name="PointOfSaleInformation">PointOfSaleInformation.</param>
 public AuthReversalRequest(Ptsv2paymentsidreversalsClientReferenceInformation ClientReferenceInformation = default(Ptsv2paymentsidreversalsClientReferenceInformation), Ptsv2paymentsidreversalsReversalInformation ReversalInformation = default(Ptsv2paymentsidreversalsReversalInformation), Ptsv2paymentsidreversalsProcessingInformation ProcessingInformation = default(Ptsv2paymentsidreversalsProcessingInformation), Ptsv2paymentsidreversalsOrderInformation OrderInformation = default(Ptsv2paymentsidreversalsOrderInformation), Ptsv2paymentsidreversalsPointOfSaleInformation PointOfSaleInformation = default(Ptsv2paymentsidreversalsPointOfSaleInformation))
 {
     this.ClientReferenceInformation = ClientReferenceInformation;
     this.ReversalInformation        = ReversalInformation;
     this.ProcessingInformation      = ProcessingInformation;
     this.OrderInformation           = OrderInformation;
     this.PointOfSaleInformation     = PointOfSaleInformation;
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="VoidCreditRequest" /> class.
 /// </summary>
 /// <param name="ClientReferenceInformation">ClientReferenceInformation.</param>
 public VoidCreditRequest(Ptsv2paymentsidreversalsClientReferenceInformation ClientReferenceInformation = default(Ptsv2paymentsidreversalsClientReferenceInformation))
 {
     this.ClientReferenceInformation = ClientReferenceInformation;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="VoidCaptureRequest" /> class.
 /// </summary>
 /// <param name="ClientReferenceInformation">ClientReferenceInformation.</param>
 /// <param name="PaymentInformation">PaymentInformation.</param>
 /// <param name="OrderInformation">OrderInformation.</param>
 public VoidCaptureRequest(Ptsv2paymentsidreversalsClientReferenceInformation ClientReferenceInformation = default(Ptsv2paymentsidreversalsClientReferenceInformation), Ptsv2paymentsidvoidsPaymentInformation PaymentInformation = default(Ptsv2paymentsidvoidsPaymentInformation), Ptsv2paymentsidvoidsOrderInformation OrderInformation = default(Ptsv2paymentsidvoidsOrderInformation))
 {
     this.ClientReferenceInformation = ClientReferenceInformation;
     this.PaymentInformation         = PaymentInformation;
     this.OrderInformation           = OrderInformation;
 }
Beispiel #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="VoidRefundRequest" /> class.
 /// </summary>
 /// <param name="ClientReferenceInformation">ClientReferenceInformation.</param>
 /// <param name="PaymentInformation">PaymentInformation.</param>
 public VoidRefundRequest(Ptsv2paymentsidreversalsClientReferenceInformation ClientReferenceInformation = default(Ptsv2paymentsidreversalsClientReferenceInformation), Ptsv2paymentsidvoidsPaymentInformation PaymentInformation = default(Ptsv2paymentsidvoidsPaymentInformation))
 {
     this.ClientReferenceInformation = ClientReferenceInformation;
     this.PaymentInformation         = PaymentInformation;
 }