pub type EOS_Ecom_HTransaction = *mut EOS_Ecom_TransactionHandle;Expand description
This handle is copied when EOS_Ecom_CopyTransactionById or EOS_Ecom_CopyTransactionByIndex is called. A EOS_Ecom_CheckoutCallbackInfo provides the ID for the copy. After being copied, EOS_Ecom_Transaction_Release must be called.
@see EOS_Ecom_CheckoutCallbackInfo @see EOS_Ecom_CopyTransactionById @see EOS_Ecom_CopyTransactionByIndex @see EOS_Ecom_Transaction_Release