vendoo_v1.0/Pods/PicoKit/Pod/SOAP/SOAP12/SOAP12Faultcode.h
Okechi Onyeje 031a354996 Ebay Listing Now Posts both information and single image
need to rework on categories since subcategory workflow added some complications, but that will be taken care of in a bug fix task
2016-08-23 13:48:34 -04:00

42 lines
624 B
Objective-C

// Generated by xsd compiler for ios/objective-c
// DO NOT CHANGE!
#import <Foundation/Foundation.h>
#import "PicoClassSchema.h"
#import "PicoPropertySchema.h"
#import "PicoConstants.h"
#import "PicoBindable.h"
@class SOAP12Subcode;
/**
(public class)
*/
@interface SOAP12Faultcode : NSObject <PicoBindable> {
@private
NSString *_value;
SOAP12Subcode *_subcode;
}
/**
(public property)
type: string constant in SOAP12FaultcodeEnum.h
*/
@property (nonatomic, strong) NSString *value;
/**
(public property)
type : class SOAP12Subcode
*/
@property (nonatomic, strong) SOAP12Subcode *subcode;
@end