Braintree\TransactionSearch::createdUsing PHP Method

createdUsing() public static method

public static createdUsing ( )
    public static function createdUsing()
    {
        return new MultipleValueNode('created_using', [Transaction::FULL_INFORMATION, Transaction::TOKEN]);
    }

Usage Example

 /**
  * @return MultipleValueNode
  */
 public function createdUsing()
 {
     return TransactionSearch::createdUsing();
 }
All Usage Examples Of Braintree\TransactionSearch::createdUsing