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

jp.webpay.model.Card Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package jp.webpay.model;

import lombok.Getter;
import lombok.Setter;
import lombok.ToString;

@Getter
@Setter
@ToString
public class Card {
    private String object;
    private Integer expMonth;
    private Integer expYear;
    private String fingerprint;
    private String last4;
    private String type;
    private String cvcCheck;
    private String name;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy