# MoneyKit::AppResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **app_id** | **String** | Your app's ID. | | | **name** | **String** | Your app's name. | | | **id** | **String** | Your app's ID. | | | **app_name** | **String** | Your app's name. | | ## Example ```ruby require 'moneykit' instance = MoneyKit::AppResponse.new( app_id: 3d18cdd1-fa96-4423-b781-bd5be036830e, name: My App, id: 3d18cdd1-fa96-4423-b781-bd5be036830e, app_name: My App ) ```