/// <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), Ptsv2paymentsPaymentInformationPaymentType PaymentType = default(Ptsv2paymentsPaymentInformationPaymentType))
 {
     this.Card          = Card;
     this.Bank          = Bank;
     this.TokenizedCard = TokenizedCard;
     this.FluidData     = FluidData;
     this.Customer      = Customer;
     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="PaymentInstrument">PaymentInstrument.</param>
 /// <param name="InstrumentIdentifier">InstrumentIdentifier.</param>
 /// <param name="ShippingAddress">ShippingAddress.</param>
 /// <param name="LegacyToken">LegacyToken.</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), Ptsv2paymentsPaymentInformationPaymentInstrument PaymentInstrument = default(Ptsv2paymentsPaymentInformationPaymentInstrument), Ptsv2paymentsPaymentInformationInstrumentIdentifier InstrumentIdentifier = default(Ptsv2paymentsPaymentInformationInstrumentIdentifier), Ptsv2paymentsPaymentInformationShippingAddress ShippingAddress = default(Ptsv2paymentsPaymentInformationShippingAddress), Ptsv2paymentsPaymentInformationLegacyToken LegacyToken = default(Ptsv2paymentsPaymentInformationLegacyToken), Ptsv2paymentsPaymentInformationPaymentType PaymentType = default(Ptsv2paymentsPaymentInformationPaymentType))
 {
     this.Card                 = Card;
     this.Bank                 = Bank;
     this.TokenizedCard        = TokenizedCard;
     this.FluidData            = FluidData;
     this.Customer             = Customer;
     this.PaymentInstrument    = PaymentInstrument;
     this.InstrumentIdentifier = InstrumentIdentifier;
     this.ShippingAddress      = ShippingAddress;
     this.LegacyToken          = LegacyToken;
     this.PaymentType          = PaymentType;
 }
예제 #3
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="Customer">Customer.</param>
 public Ptsv2paymentsidrefundsPaymentInformation(Ptsv2paymentsidrefundsPaymentInformationCard Card = default(Ptsv2paymentsidrefundsPaymentInformationCard), Ptsv2paymentsPaymentInformationBank Bank = default(Ptsv2paymentsPaymentInformationBank), Ptsv2paymentsPaymentInformationCustomer Customer = default(Ptsv2paymentsPaymentInformationCustomer))
 {
     this.Card     = Card;
     this.Bank     = Bank;
     this.Customer = Customer;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="Ptsv2paymentsidrefundsPaymentInformation" /> class.
 /// </summary>
 /// <param name="Card">Card.</param>
 public Ptsv2paymentsidrefundsPaymentInformation(Ptsv2paymentsidrefundsPaymentInformationCard Card = default(Ptsv2paymentsidrefundsPaymentInformationCard))
 {
     this.Card = Card;
 }