Method | Description | |
---|---|---|
ProductAlreadyExists ( string name ) : |
||
ProductCreationError ( string name, string appId ) : |
||
ProductPlanAlreadyExists ( Product product, string name ) : |
||
RatePlanCreationError ( Product product, string name ) : |
||
WithCustomError ( string message ) : |
||
WithZuoraError ( |
||
ZuoraException ( string message ) : System | ||
ZuoraException ( string message, int errorCode ) : System |
public static ProductAlreadyExists ( string name ) : |
||
name | string | |
return |
public static ProductCreationError ( string name, string appId ) : |
||
name | string | |
appId | string | |
return |
public static ProductPlanAlreadyExists ( Product product, string name ) : |
||
product | Product | |
name | string | |
return |
public static RatePlanCreationError ( Product product, string name ) : |
||
product | Product | |
name | string | |
return |
public WithCustomError ( string message ) : |
||
message | string | |
return |
public WithZuoraError ( |
||
response | ||
return |
public ZuoraException ( string message ) : System | ||
message | string | |
return | System |
public ZuoraException ( string message, int errorCode ) : System | ||
message | string | |
errorCode | int | |
return | System |