@Gson.TypeAdapters @Value.Immutable public interface RecipientResult extends RecipientBase
| Modifier and Type | Method and Description |
|---|---|
BankAccountResult |
bankAccount() |
java.lang.String |
createdAt() |
java.lang.String |
token() |
email, namejava.lang.String token()
@SerializedName(value="created_at") java.lang.String createdAt()
@Nullable @SerializedName(value="bank_account") BankAccountResult bankAccount()