Class WC_Payment_Token_Stripe_CC
- WC_Payment_Token
-
WC_Payment_Token_Stripe
-
WC_Payment_Token_Stripe_CC uses WC_Payment_Token_Payment_Method_Trait
Direct known subclasses
WC_Payment_Token_Stripe_ApplePay
,
WC_Payment_Token_Stripe_GooglePay
Package: Stripe\Tokens
Author: PaymentPlugins
Sin: 3.0.0
Located at tokens/class-wc-payment-token-stripe-cc.php
Author: PaymentPlugins
Sin: 3.0.0
Located at tokens/class-wc-payment-token-stripe-cc.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
string
|
Methods inherited from WC_Payment_Token_Stripe
__construct()
,
delete_from_stripe()
,
get_brand()
,
get_customer_id()
,
get_environment()
,
get_format()
,
get_payment_method_title()
,
get_props_data()
,
get_stripe_data()
,
has_expiration()
,
save_payment_method()
,
set_brand()
,
set_customer_id()
,
set_environment()
,
set_format()
,
to_json()
,
token_exists()
Methods used from WC_Payment_Token_Payment_Method_Trait
Properties summary
protected
boolean
|
$has_expiration
|
#
true
|
protected
string
|
$type
|
#
'Stripe_CC'
|
protected
string
|
$stripe_payment_type
|
#
'payment_method'
|
protected
array
|
$stripe_data
|
#
array(
'brand' => '',
'exp_month' => '',
'exp_year' => '',
'last4' => '',
'masked_number' => ''
)
|