Class WC_Payment_Token_Braintree_PayPal
- WC_Payment_Token
-
WC_Payment_Token_Braintree
-
WC_Payment_Token_Braintree_PayPal
Package: Braintree\Classes\PaymentTokens
Since: 3.0.0
Located at tokens/class-wc-payment-token-braintree-paypal.php
Since: 3.0.0
Located at tokens/class-wc-payment-token-braintree-paypal.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
Methods inherited from WC_Payment_Token_Braintree
__construct(),
get_braintree_data(),
get_environment(),
get_format(),
get_formats(),
get_method_type(),
get_payment_instrument_type(),
get_payment_method_title(),
get_props_data(),
set_environment(),
set_format(),
set_method_type(),
set_payment_instrument_type(),
to_json()
Properties summary
protected
string
|
$type
|
#
'Braintree_PayPal'
|
protected
array
|
$braintree_data
|
#
array(
'method_type' => 'PayPal',
'email' => '',
'first_name' => '',
'last_name' => '',
'payer_id' => '',
)
|