Hi David,
Can you advise if I can use the below to retrieve the clover terminal receipt, so i can print the clover card terminal receipt through my epos ?
/// Device wants a receipt printed for Manual Refund (ie in POS Print mode)
/// </summary>
public event PrintManualRefundReceiptHandler PrintManualRefundReceipt;
/// <summary>
/// Device wants a receipt printed for Manual Refund Declined (ie in POS Print mode)
/// </summary>
public event PrintManualRefundDeclineReceiptHandler PrintManualRefundDeclineReceipt;
/// <summary>
/// Device wants a receipt printed for a Payment (ie in POS Print mode)
/// </summary>
public event PrintPaymentReceiptHandler PrintPaymentReceipt;
/// <summary>
/// Device wants a receipt printed for a Payment Declined (ie in POS Print mode)
/// </summary>
public event PrintPaymentDeclineReceiptHandler PrintPaymentDeclineReceipt;
/// <summary>
/// Device wants a receipt printed for a Payment (ie in POS Print mode)
/// </summary>
public event PrintPaymentMerchantCopyReceiptHandler PrintPaymentMerchantCopyReceipt;
/// <summary>
/// Device wants a receipt printed for a Refunded Payment (ie in POS Print mode)
/// </summary>
public event PrintRefundPaymentReceiptHandler PrintRefundPaymentReceipt;
/// <summary>
/// Device wants a receipt printed for a Payment (ie in POS Print mode)