C# Class com.clover.remotepay.transport.RefundRequestMessage

Inheritance: Message
Mostrar archivo Open project: clover/remote-pay-windows

Public Methods

Method Description
RefundRequestMessage ( ) : System
RefundRequestMessage ( string oid, string pid, long amt, bool fullRefund ) : System

Method Details

RefundRequestMessage() public method

public RefundRequestMessage ( ) : System
return System

RefundRequestMessage() public method

public RefundRequestMessage ( string oid, string pid, long amt, bool fullRefund ) : System
oid string
pid string
amt long
fullRefund bool
return System