@JsonClass
public class Card
PAY.JP card object. For security reasons, the card number is masked and you can get only last4 character. The full documentations are following. cf. https://pay.jp/docs/api/#cardオブジェクト
| コンストラクタと説明 |
|---|
Card(java.lang.String id,
java.lang.String name,
java.lang.String last4,
CardBrand brand,
int expirationMonth,
int expirationYear,
java.lang.String fingerprint,
boolean livemode,
java.util.Date created)
PAY.JP card object.
For security reasons, the card number is masked and you can get only last4 character.
The full documentations are following.
cf. https://pay.jp/docs/api/#cardオブジェクト
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.String |
component1() |
java.lang.String |
component2() |
java.lang.String |
component3() |
CardBrand |
component4() |
int |
component5() |
int |
component6() |
java.lang.String |
component7() |
boolean |
component8() |
java.util.Date |
component9() |
Card |
copy(java.lang.String id,
java.lang.String name,
java.lang.String last4,
CardBrand brand,
int expirationMonth,
int expirationYear,
java.lang.String fingerprint,
boolean livemode,
java.util.Date created)
PAY.JP card object.
For security reasons, the card number is masked and you can get only last4 character.
The full documentations are following.
cf. https://pay.jp/docs/api/#cardオブジェクト
|
boolean |
equals(java.lang.Object other) |
CardBrand |
getBrand() |
java.util.Date |
getCreated() |
int |
getExpirationMonth() |
int |
getExpirationYear() |
java.lang.String |
getFingerprint() |
java.lang.String |
getId() |
java.lang.String |
getLast4() |
boolean |
getLivemode() |
java.lang.String |
getName() |
int |
hashCode() |
java.lang.String |
toString() |
public Card(@NotNull
java.lang.String id,
@Nullable
java.lang.String name,
@NotNull
java.lang.String last4,
@NotNull
CardBrand brand,
@Json
int expirationMonth,
@Json
int expirationYear,
@NotNull
java.lang.String fingerprint,
boolean livemode,
@NotNull
java.util.Date created)
PAY.JP card object. For security reasons, the card number is masked and you can get only last4 character. The full documentations are following. cf. https://pay.jp/docs/api/#cardオブジェクト
public int hashCode()
public boolean equals(@Nullable
java.lang.Object other)
@NotNull public java.lang.String getId()
@Nullable public java.lang.String getName()
@NotNull public java.lang.String getLast4()
@NotNull public CardBrand getBrand()
public int getExpirationMonth()
public int getExpirationYear()
@NotNull public java.lang.String getFingerprint()
public boolean getLivemode()
@NotNull public java.util.Date getCreated()
@NotNull public java.lang.String component1()
@Nullable public java.lang.String component2()
@NotNull public java.lang.String component3()
@NotNull public CardBrand component4()
public int component5()
public int component6()
@NotNull public java.lang.String component7()
public boolean component8()
@NotNull public java.util.Date component9()
@NotNull public Card copy(@NotNull java.lang.String id, @Nullable java.lang.String name, @NotNull java.lang.String last4, @NotNull CardBrand brand, int expirationMonth, int expirationYear, @NotNull java.lang.String fingerprint, boolean livemode, @NotNull java.util.Date created)
PAY.JP card object. For security reasons, the card number is masked and you can get only last4 character. The full documentations are following. cf. https://pay.jp/docs/api/#cardオブジェクト
@NotNull public java.lang.String toString()