Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / includes/abstracts/abstract-wc-payment-token.php

WC_Payment_Token::set_token()

Method: Set the raw payment token.

Source: includes/abstracts/abstract-wc-payment-token.php:169

Used by 0 functions | Uses 0 functions

WC_Payment_Token::set_user_id()

Method: Set the user ID for the user associated with this order.

Source: includes/abstracts/abstract-wc-payment-token.php:179

Used by 0 functions | Uses 0 functions

WC_Payment_Token::set_gateway_id()

Method: Set the gateway ID.

Source: includes/abstracts/abstract-wc-payment-token.php:189

Used by 0 functions | Uses 0 functions

WC_Payment_Token::set_default()

Method: Marks the payment as default or non-default.

Source: includes/abstracts/abstract-wc-payment-token.php:199

Used by 0 functions | Uses 0 functions

WC_Payment_Token::is_default()

Method: Returns if the token is marked as default.

Source: includes/abstracts/abstract-wc-payment-token.php:215

Used by 0 functions | Uses 0 functions

WC_Payment_Token::validate()

Method: Validate basic token info (token and type are required).

Source: includes/abstracts/abstract-wc-payment-token.php:225

Used by 2 functions | Uses 0 functions

WC_Payment_Token::get_token()

Method: Returns the raw payment token.

Source: includes/abstracts/abstract-wc-payment-token.php:96

Used by 0 functions | Uses 0 functions

WC_Payment_Token::get_type()

Method: Returns the type of this payment token (CC, eCheck, or something else).

Source: includes/abstracts/abstract-wc-payment-token.php:108

Used by 1 function | Uses 0 functions

WC_Payment_Token::get_display_name()

Method: Get type to display to user.

Source: includes/abstracts/abstract-wc-payment-token.php:120

Used by 0 functions | Uses 1 function

WC_Payment_Token::get_user_id()

Method: Returns the user ID associated with the token or false if this token is not associated.

Source: includes/abstracts/abstract-wc-payment-token.php:131

Used by 0 functions | Uses 0 functions
1 2 Next »
Proudly powered by WordPress