WC_Payment_Token_Data_Store_Interface::get_token_by_id()
Returns an stdObject of a token. Should contain the fields token_id, gateway_id, token, user_id, type, is_default.
Method of the class: WC_Payment_Token_Data_Store_Interface{}
No Hooks.
Return
Object
.
Usage
$WC_Payment_Token_Data_Store_Interface = new WC_Payment_Token_Data_Store_Interface(); $WC_Payment_Token_Data_Store_Interface->get_token_by_id( $token_id );
- $token_id(int) (required)
- Token ID.
WC_Payment_Token_Data_Store_Interface::get_token_by_id() WC Payment Token Data Store Interface::get token by id code WC 9.4.2
public function get_token_by_id( $token_id );