PayPal\Api\FundingDetail::setProcessingType PHP Method

setProcessingType() public method

Processing type of the payment card Valid Values: ["CUP_SECURE", "PINLESS_DEBIT"]
public setProcessingType ( string $processing_type )
$processing_type string
    public function setProcessingType($processing_type)
    {
        $this->processing_type = $processing_type;
        return $this;
    }