meta['last4'] ) ? $this->meta['last4'] : null; } /** * Set the last four digits of an eCheck * * @since 2.6.0 * @param string $last4 */ public function set_last4( $last4 ) { $this->meta['last4'] = $last4; } }