com.braintreegateway.test.MerchantAccount Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.apache.servicemix.bundles.braintree-java
Show all versions of org.apache.servicemix.bundles.braintree-java
This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.
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";
}