예제 #1
0
 public ProfileSharingResult(PayPalStatus status, string errorMessage = null, PayPalProfileSharingResponse serverResponse = null)
 {
     Status         = status;
     ErrorMessage   = errorMessage;
     ServerResponse = serverResponse;
 }
		public ProfileSharingResult (PayPalStatus status, string errorMessage = null, PayPalProfileSharingResponse serverResponse = null)
		{
			Status = status;
			ErrorMessage = errorMessage;
			ServerResponse = serverResponse;
		}