Braintree\TransactionSearch::paymentInstrumentType PHP Method

paymentInstrumentType() public static method

public static paymentInstrumentType ( )
    public static function paymentInstrumentType()
    {
        return new MultipleValueNode('paymentInstrumentType');
    }

Usage Example

コード例 #1
0
 /**
  * @return MultipleValueNode
  */
 public function paymentInstrumentType()
 {
     return TransactionSearch::paymentInstrumentType();
 }
All Usage Examples Of Braintree\TransactionSearch::paymentInstrumentType