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

com.lookfirst.wepay.api.AccountId Maven / Gradle / Ivy

The newest version!
package com.lookfirst.wepay.api;

import java.io.Serializable;

import lombok.Data;

/**
 * https://stage.wepay.com/developer/reference/account
 *
 * @author Jon Scott Stevens
 * @author Jeff Schnitzer
 */
@Data
public class AccountId implements Serializable {
	private static final long serialVersionUID = 1L;

	/** The unique ID of the account. */
	private Long accountId;
	/** The state of the account. */
	private String state;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy