Type Alias CommerceOnRampSuccessEvent

CommerceOnRampSuccessEvent: {
    type: ONRAMP_SUCCESS;
    data: OnRampSuccess;
}