WC_Payment_Token_ECheck::set_last4( string $last4 )

Set the last four digits.


Description Description


Parameters Parameters

$last4

(Required) eCheck last four digits.


Top ↑

Source Source

File: includes/payment-tokens/class-wc-payment-token-echeck.php

	public function set_last4( $last4 ) {
		$this->set_prop( 'last4', $last4 );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.