data class LoyaltyBalanceTransfer
recipient_email
- The non-sender, recipient email
description
- The transfer description
amount
- A non-zero amount (in cents)
<init> |
LoyaltyBalanceTransfer(recipient_email: String, description: String, amount: Double) |