Skip to content

Instantly share code, notes, and snippets.

@FishOfPrey
Created September 29, 2016 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FishOfPrey/f1eb0682c74ce1b7a9ddc37653557f83 to your computer and use it in GitHub Desktop.
Save FishOfPrey/f1eb0682c74ce1b7a9ddc37653557f83 to your computer and use it in GitHub Desktop.
//Generated by FuseIT WSDL2Apex (http://www.fuseit.com/Solutions/SFDC-Explorer/Help-WSDL-Parser.aspx)
public class ebayApisEnhanceddatatypes {
public class EnhancedCancelRecoupRequestDetailsType {
private String[] apex_schema_type_info = new String[]{'urn:ebay:apis:EnhancedDataTypes','true','false'};
private String[] field_order_type_info = new String[]{};
}
public class EnhancedCheckoutDataType {
private String[] apex_schema_type_info = new String[]{'urn:ebay:apis:EnhancedDataTypes','true','false'};
private String[] field_order_type_info = new String[]{};
}
public class EnhancedCompleteRecoupRequestDetailsType {
private String[] apex_schema_type_info = new String[]{'urn:ebay:apis:EnhancedDataTypes','true','false'};
private String[] field_order_type_info = new String[]{};
}
public class EnhancedCompleteRecoupResponseDetailsType {
private String[] apex_schema_type_info = new String[]{'urn:ebay:apis:EnhancedDataTypes','true','false'};
private String[] field_order_type_info = new String[]{};
}
public class EnhancedInitiateRecoupRequestDetailsType {
private String[] apex_schema_type_info = new String[]{'urn:ebay:apis:EnhancedDataTypes','true','false'};
private String[] field_order_type_info = new String[]{};
}
public class EnhancedItemDataType {
private String[] apex_schema_type_info = new String[]{'urn:ebay:apis:EnhancedDataTypes','true','false'};
private String[] field_order_type_info = new String[]{};
}
public class EnhancedPayerInfoType {
private String[] apex_schema_type_info = new String[]{'urn:ebay:apis:EnhancedDataTypes','true','false'};
private String[] field_order_type_info = new String[]{};
}
public class EnhancedPaymentDataType {
private String[] apex_schema_type_info = new String[]{'urn:ebay:apis:EnhancedDataTypes','true','false'};
private String[] field_order_type_info = new String[]{};
}
public class EnhancedPaymentInfoType {
private String[] apex_schema_type_info = new String[]{'urn:ebay:apis:EnhancedDataTypes','true','false'};
private String[] field_order_type_info = new String[]{};
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment