public PaymentRequest ( ExpressCheckoutApi.Operation o , int n ) {
			this.o = o;
			this.n = n;
			this.m = 0;

			Action = PaymentAction.SALE;
		}
        public PaymentRequest(ExpressCheckoutApi.Operation o, int n)
        {
            this.o = o;
            this.n = n;
            this.m = 0;

            Action = PaymentAction.SALE;
        }