PaymentResponse
Internal use only.
Constructors
Link copied to clipboard
public PaymentResponse PaymentResponse( @Json(name = "paidAt") String paidAt, @Json(name = "recipient") String recipient, @Json(name = "iban") String iban, @Json(name = "bic") String bic, @Json(name = "amount") String amount, @Json(name = "purpose") String purpose)