C# Class ElectronicPayment, component-church-financial-system-user-management

ファイルを表示 Open project: uwi-mase-2014-ccd/component-church-financial-system-user-management Class Usage Examples

Public Methods

Method Description
CreateElectronicPayment ( string name, string paymentGateway ) : void
ExecuteTransaction ( ) : bool
TestGateway ( ) : bool

Method Details

CreateElectronicPayment() public method

public CreateElectronicPayment ( string name, string paymentGateway ) : void
name string
paymentGateway string
return void

ExecuteTransaction() public method

public ExecuteTransaction ( ) : bool
return bool

TestGateway() public method

public TestGateway ( ) : bool
return bool