Class WC_Payment_Token_Stripe_ACH
- WC_Payment_Token
-
WC_Payment_Token_Stripe
-
WC_Payment_Token_Stripe_ACH uses WC_Payment_Token_Source_Trait
Package: Stripe\Tokens
Author: Payment Plugins
Since: 3.0.5
Located at tokens/class-wc-payment-token-stripe-ach.php
Author: Payment Plugins
Since: 3.0.5
Located at tokens/class-wc-payment-token-stripe-ach.php
Methods summary
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_Source_Trait
Properties summary
protected
string
|
$type
|
#
'Stripe_ACH'
|
protected
string
|
$stripe_payment_type
|
#
'source'
|
protected
array
|
$stripe_data
|
#
array(
'bank_name' => '',
'routing_number' => '',
'last4' => '',
)
|