Esempio n. 1
0
 public AuthorizeExpressCheckoutRequestAuthorizedExpressCheckout()
 {
     this.shippingAddressField = new AuthorizeExpressCheckoutRequestAuthorizedExpressCheckoutShippingAddress();
     this.contactField         = new AuthorizeExpressCheckoutRequestAuthorizedExpressCheckoutContact();
     this.cardField            = new AuthorizeExpressCheckoutRequestAuthorizedExpressCheckoutCard();
 }
 public AuthorizeExpressCheckoutRequestAuthorizedExpressCheckout()
 {
     this.shippingAddressField = new AuthorizeExpressCheckoutRequestAuthorizedExpressCheckoutShippingAddress();
     this.contactField = new AuthorizeExpressCheckoutRequestAuthorizedExpressCheckoutContact();
     this.cardField = new AuthorizeExpressCheckoutRequestAuthorizedExpressCheckoutCard();
 }