C# Class com.eze.api.Receipt

显示文件 Open project: ezetap/client-sdk-win-dotnet Class Usage Examples

Public Methods

Method Description
getReceiptDate ( ) : String
getReceiptUrl ( ) : String
setReceiptDate ( String receiptDate ) : void
setReceiptUrl ( String ReceiptUrl ) : void

Method Details

getReceiptDate() public method

public getReceiptDate ( ) : String
return String

getReceiptUrl() public method

public getReceiptUrl ( ) : String
return String

setReceiptDate() public method

public setReceiptDate ( String receiptDate ) : void
receiptDate String
return void

setReceiptUrl() public method

public setReceiptUrl ( String ReceiptUrl ) : void
ReceiptUrl String
return void