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

com.banxa.model.Account Maven / Gradle / Ivy

The newest version!
package com.banxa.model;

public class Account {
    private String accountId;
    private String accountReference;

    public String getAccountId() {
        return accountId;
    }

    public String getAccountReference() {
        return accountReference;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy