ISO currency code, in lowercase. Must be a supported currency.
* @property Account|string $destination ID of the account that funds are being collected for.
* @property bool $livemode If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
*/
class ConnectCollectionTransfer extends ApiResource
{
const OBJECT_NAME = 'connect_collection_transfer';
}