PHP 클래스 PayPal\Api\FmfDetails

Details of Fraud Management Filter (FMF).
상속: extends PayPal\Common\PayPalModel
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

getDescription() 공개 메소드

Description of the filter.
public getDescription ( ) : string
리턴 string

getFilterId() 공개 메소드

Filter Identifier.
public getFilterId ( ) : string
리턴 string

getFilterType() 공개 메소드

Type of filter.
public getFilterType ( ) : string
리턴 string

getName() 공개 메소드

Name of the filter
public getName ( ) : string
리턴 string

setDescription() 공개 메소드

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

setFilterId() 공개 메소드

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() 공개 메소드

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

setName() 공개 메소드

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