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

com.securionpay.request.RetrieveRequest Maven / Gradle / Ivy

The newest version!
package com.securionpay.request;

public class RetrieveRequest {

    private Expand expand;

    public RetrieveRequest expand(Expand expand) {
        this.expand = expand;
        return this;
    }

    public Expand getExpand() {
        return expand;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy