Exemplo n.º 1
0
 public SerializablePayPalPayment(SerializableOrderAddress billingAddress)
 {
     BillingAddress = billingAddress;
 }
Exemplo n.º 2
0
 /// <inheritdoc />
 /// <summary>
 /// Initializes a new instance of the <see cref="T:Geta.Commerce.Payments.PayPal.SerializablePayPalPayment" /> class.
 /// </summary>
 public SerializablePayPalPayment()
 {
     Properties     = new Hashtable();
     BillingAddress = new SerializableOrderAddress();
 }