public AuthorizePrecheckoutRequest()
 {
     this.precheckoutDataField = new PrecheckoutData();
 }
 public PrecheckoutDataResponse()
 {
     this.precheckoutDataField = new PrecheckoutData();
 }