Card::get_id()
Method: Returns the card ID.
@package: LearnDash / Core
Source Files: src/Core/Models/Commerce/Card.php
Method: Returns the card ID.
Method: Returns the expiry date.
Card::get_expiry_date Read More »
Method: Returns the holder name.
Card::get_holder_name Read More »
Method: Returns the masked card number.
Card::get_masked_number Read More »
Method: Returns the brand icon name.
Card::get_icon_name Read More »
Method: Maps the charge meta.
Charge::map_charge_meta Read More »
Method: Returns whether the charge is a trial.
Method: Returns whether the charge is successful.
Charge::is_success Read More »
Method: Returns the price of the charge.
Method: Returns the timestamp when the charge was created.
Method: Creates a charge.
Method: Returns the product price.
One_Time_Payment::get_price Read More »
Method: Cancels the one-time payment.
One_Time_Payment::cancel Read More »
Method: Returns the status label.
One_Time_Payment::get_status_label Read More »
Method: Returns the one-time payment status based on the product.
One_Time_Payment::get_status_based_on_product Read More »
Class: Last Activity DTO class.