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

bool.

Usage

$WC_Gateway_Paypal = new WC_Gateway_Paypal();
$WC_Gateway_Paypal->is_transact_onboarding_complete();

WC_Gateway_Paypal::is_transact_onboarding_complete() code WC 11.0.1

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