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

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

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

public class Shipment {
    private ReceiverAddress receiverAddress;

    public ReceiverAddress getReceiverAddress() {
        return receiverAddress;
    }

    public Shipment setReceiverAddress(ReceiverAddress receiverAddress) {
        this.receiverAddress = receiverAddress;
        return this;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy