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

com.mercadopago.resources.datastructures.advancedpayment.TransactionDetails Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package com.mercadopago.resources.datastructures.advancedpayment;

public class TransactionDetails {

    private String externalResourceUrl;

    public String getExternalResourceUrl() {
        return externalResourceUrl;
    }

    public void setExternalResourceUrl(String externalResourceUrl) {
        this.externalResourceUrl = externalResourceUrl;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy