All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.braintreegateway.IdsSearchRequest Maven / Gradle / Ivy

The newest version!
package com.braintreegateway;

public class IdsSearchRequest extends SearchRequest {
    public MultipleValueNode ids() {
        return new MultipleValueNode("ids", this);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy