PHP Class PayPal\Api\TemplateSettingsMetadata

Settings Metadata per field in template
Inheritance: extends PayPal\Common\PayPalModel
Show file Open project: paypal/rest-api-sdk-php Class Usage Examples

Public Methods

Method Description
getHidden ( ) : boolean Indicates whether this field should be hidden. default is false
setHidden ( boolean $hidden ) Indicates whether this field should be hidden. default is false

Method Details

getHidden() public method

Indicates whether this field should be hidden. default is false
public getHidden ( ) : boolean
return boolean

setHidden() public method

Indicates whether this field should be hidden. default is false
public setHidden ( boolean $hidden )
$hidden boolean