C# Class Zuora.Services.ZuoraService

Inheritance: Zuora.Services.IZuoraService
Datei anzeigen Open project: zuorasc/c-sharp-quickstart Class Usage Examples

Public Methods

Method Description
Amend ( List input ) : List
CheckTime ( ) : void
Create ( List input, bool singleTransaction ) : List
Create ( zObject input ) : ResponseHolder
Delete ( List input, String type ) : List
Delete ( zObject input ) : ResponseHolder
GetAndWriteExportToFile ( String exportFileId ) : HttpWebResponse
GetExportFileId ( String exportId ) : String
Login ( ) : ResponseHolder
Query ( String queryString ) : ResponseHolder
Subscribe ( List input ) : List
Update ( List input ) : List
ZuoraService ( String username, String password, String endpoint ) : System

Private Methods

Method Description
CreateClient ( String endpoint ) : SoapClient

Method Details

Amend() public method

public Amend ( List input ) : List
input List
return List

CheckTime() public method

public CheckTime ( ) : void
return void

Create() public method

public Create ( List input, bool singleTransaction ) : List
input List
singleTransaction bool
return List

Create() public method

public Create ( zObject input ) : ResponseHolder
input zObject
return ResponseHolder

Delete() public method

public Delete ( List input, String type ) : List
input List
type String
return List

Delete() public method

public Delete ( zObject input ) : ResponseHolder
input zObject
return ResponseHolder

GetAndWriteExportToFile() public method

public GetAndWriteExportToFile ( String exportFileId ) : HttpWebResponse
exportFileId String
return System.Net.HttpWebResponse

GetExportFileId() public method

public GetExportFileId ( String exportId ) : String
exportId String
return String

Login() public method

public Login ( ) : ResponseHolder
return ResponseHolder

Query() public method

public Query ( String queryString ) : ResponseHolder
queryString String
return ResponseHolder

Subscribe() public method

public Subscribe ( List input ) : List
input List
return List

Update() public method

public Update ( List input ) : List
input List
return List

ZuoraService() public method

public ZuoraService ( String username, String password, String endpoint ) : System
username String
password String
endpoint String
return System