pub unsafe extern "C" fn ACTA_ApproveByCreditCard(
accountSlot: u8_,
cardInfo: *mut CreditCardInfo,
completionEvent: Handle,
) -> ResultExpand description
Requests COPPA parental consent using credit card information.
ยงArguments
accountSlot- The account slot number for the account to request approval for.cardInfo- Pointer to the credit card information to use for the approval process.completionEvent- The event handle to signal once the request has finished.