public void GetPaymentDetails(
string TypeID,
ref string Description,
ref int PaymentType
)
Public Sub GetPaymentDetails ( _
TypeID As String, _
ByRef Description As String, _
ByRef PaymentType As Integer _
)
public:
void GetPaymentDetails(
String^ TypeID,
String^% Description,
int^% PaymentType
)