WC_Gateway_Paypal::is_transact_onboarding_complete
Whether the Transact onboarding is complete.
Method of the class: WC_Gateway_Paypal{}
No Hooks.
Returns
true|false.
Usage
$WC_Gateway_Paypal = new WC_Gateway_Paypal(); $WC_Gateway_Paypal->is_transact_onboarding_complete();
WC_Gateway_Paypal::is_transact_onboarding_complete() WC Gateway Paypal::is transact onboarding complete code WC 10.7.0
public function is_transact_onboarding_complete() {
return $this->transact_onboarding_complete;
}