PHP Class PayPal\Api\FmfDetails

Details of Fraud Management Filter (FMF).
Inheritance: extends PayPal\Common\PayPalModel
Show file Open project: paypal/rest-api-sdk-php Class Usage Examples

Public Methods

Method Description
getDescription ( ) : string Description of the filter.
getFilterId ( ) : string Filter Identifier.
getFilterType ( ) : string Type of filter.
getName ( ) : string Name of the filter
setDescription ( string $description ) Description of the filter.
setFilterId ( string $filter_id ) Filter Identifier.
setFilterType ( string $filter_type ) Type of filter.
setName ( string $name ) Name of the filter

Method Details

getDescription() public method

Description of the filter.
public getDescription ( ) : string
return string

getFilterId() public method

Filter Identifier.
public getFilterId ( ) : string
return string

getFilterType() public method

Type of filter.
public getFilterType ( ) : string
return string

getName() public method

Name of the filter
public getName ( ) : string
return string

setDescription() public method

Description of the filter.
public setDescription ( string $description )
$description string

setFilterId() public method

Valid Values: ["AVS_NO_MATCH", "AVS_PARTIAL_MATCH", "AVS_UNAVAILABLE_OR_UNSUPPORTED", "CARD_SECURITY_CODE_MISMATCH", "MAXIMUM_TRANSACTION_AMOUNT", "UNCONFIRMED_ADDRESS", "COUNTRY_MONITOR", "LARGE_ORDER_NUMBER", "BILLING_OR_SHIPPING_ADDRESS_MISMATCH", "RISKY_ZIP_CODE", "SUSPECTED_FREIGHT_FORWARDER_CHECK", "TOTAL_PURCHASE_PRICE_MINIMUM", "IP_ADDRESS_VELOCITY", "RISKY_EMAIL_ADDRESS_DOMAIN_CHECK", "RISKY_BANK_IDENTIFICATION_NUMBER_CHECK", "RISKY_IP_ADDRESS_RANGE", "PAYPAL_FRAUD_MODEL"]
public setFilterId ( string $filter_id )
$filter_id string

setFilterType() public method

Valid Values: ["ACCEPT", "PENDING", "DENY", "REPORT"]
public setFilterType ( string $filter_type )
$filter_type string

setName() public method

Name of the filter
public setName ( string $name )
$name string