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

com.braintreegateway.test.MerchantAccount Maven / Gradle / Ivy

The newest version!
package com.braintreegateway.test;

public class MerchantAccount {
    public static String Approve = "approve_me";

    public static String InsufficientFundsContactUs = "insufficient_funds__contact";
    public static String AccountNotAuthorizedContactUs = "account_not_authorized__contact";
    public static String BankRejectedUpdateFundingInformation = "bank_rejected__update";
    public static String BankRejectedNone = "bank_rejected__none";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy