RequestToWithdraw
data class RequestToWithdraw(val amount: String, val currency: String, val externalId: String, val payer: Party? = null, val payee: Party? = null, val payerMessage: String, val payeeNote: String)
Request body for the Collection request-to-withdraw operation, prompting the payer to approve a withdrawal.