com.braintreegateway.ExchangeRateQuotePayload 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;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
public class ExchangeRateQuotePayload {
private List quotes;
public ExchangeRateQuotePayload quotes(List quotes) {
this.quotes = quotes;
return this;
}
public ExchangeRateQuotePayload() {
}
public ExchangeRateQuotePayload (Map data) {
this.quotes = new ArrayList<>();
List