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

com.braintreegateway.UsBankAccountVerificationSearchRequest Maven / Gradle / Ivy

There is a newer version: 3.32.0_1
Show newest version
package com.braintreegateway;

public class UsBankAccountVerificationSearchRequest extends SearchRequest {
    public TextNode id() {
        return new TextNode("id", this);
    }

    public TextNode accountHolderName() {
        return new TextNode("account_holder_name", this);
    }

    public TextNode customerEmail() {
        return new TextNode("customer_email", this);
    }

    public TextNode customerId() {
        return new TextNode("customer_id", this);
    }

    public TextNode paymentMethodToken() {
        return new TextNode("payment_method_token", this);
    }

    public TextNode routingNumber() {
        return new TextNode("routing_number", this);
    }

    public MultipleValueNode ids() {
        return new MultipleValueNode("ids", this);
    }

    public MultipleValueNode status() {
        return new MultipleValueNode("status", this);
    }

    public MultipleValueNode verificationMethod() {
        return new MultipleValueNode("verification_method", this);
    }

    public DateRangeNode createdAt() {
        return new DateRangeNode("created_at", this);
    }

    public EqualityNode accountType() {
        return new EqualityNode("account_type", this);
    }

    public EndsWithNode accountNumber() {
        return new EndsWithNode("account_number", this);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy