WC_Gateway_Paypal::is_transact_onboarding_completepublicWC 1.0

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() code WC 10.7.0

public function is_transact_onboarding_complete() {
	return $this->transact_onboarding_complete;
}