PHP Class PayPal\Api\FmfDetails

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

Méthodes publiques

Méthode 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 méthode

Description of the filter.
public getDescription ( ) : string
Résultat string

getFilterId() public méthode

Filter Identifier.
public getFilterId ( ) : string
Résultat string

getFilterType() public méthode

Type of filter.
public getFilterType ( ) : string
Résultat string

getName() public méthode

Name of the filter
public getName ( ) : string
Résultat string

setDescription() public méthode

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

setFilterId() public méthode

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 méthode

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

setName() public méthode

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