示例#1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Ptsv2paymentsidvoidsPaymentInformation" /> class.
 /// </summary>
 /// <param name="PaymentType">PaymentType.</param>
 public Ptsv2paymentsidvoidsPaymentInformation(Ptsv2paymentsidrefundsPaymentInformationPaymentType PaymentType = default(Ptsv2paymentsidrefundsPaymentInformationPaymentType))
 {
     this.PaymentType = PaymentType;
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Ptsv2paymentsidrefundsPaymentInformation" /> class.
 /// </summary>
 /// <param name="Card">Card.</param>
 /// <param name="Bank">Bank.</param>
 /// <param name="TokenizedCard">TokenizedCard.</param>
 /// <param name="FluidData">FluidData.</param>
 /// <param name="Customer">Customer.</param>
 /// <param name="PaymentType">PaymentType.</param>
 public Ptsv2paymentsidrefundsPaymentInformation(Ptsv2paymentsidrefundsPaymentInformationCard Card = default(Ptsv2paymentsidrefundsPaymentInformationCard), Ptsv2paymentsPaymentInformationBank Bank = default(Ptsv2paymentsPaymentInformationBank), Ptsv2paymentsPaymentInformationTokenizedCard TokenizedCard = default(Ptsv2paymentsPaymentInformationTokenizedCard), Ptsv2paymentsPaymentInformationFluidData FluidData = default(Ptsv2paymentsPaymentInformationFluidData), Ptsv2paymentsPaymentInformationCustomer Customer = default(Ptsv2paymentsPaymentInformationCustomer), Ptsv2paymentsidrefundsPaymentInformationPaymentType PaymentType = default(Ptsv2paymentsidrefundsPaymentInformationPaymentType))
 {
     this.Card          = Card;
     this.Bank          = Bank;
     this.TokenizedCard = TokenizedCard;
     this.FluidData     = FluidData;
     this.Customer      = Customer;
     this.PaymentType   = PaymentType;
 }