InfoCurrency

data class InfoCurrency(code: String, issuer: String?, codeTemplate: String?, status: String?, displayDecimals: Int?, name: String?, desc: String?, conditions: String?, image: String?, fixedNumber: Int?, maxNumber: Int?, isUnlimited: Boolean?, isAssetAnchored: Boolean?, anchorAssetType: String?, anchorAsset: String?, attestationOfReserve: String?, redemptionInstructions: String?, collateralAddresses: List<String>?, collateralAddressMessages: List<String>?, collateralAddressSignatures: List<String>?, regulated: Boolean?, approvalServer: String?, approvalCriteria: String?)

Properties

Link copied to clipboard
@SerializedName(value = "anchor_asset")
val anchorAsset: String?
Link copied to clipboard
@SerializedName(value = "anchor_asset_type")
val anchorAssetType: String?
Link copied to clipboard
@SerializedName(value = "approval_criteria")
val approvalCriteria: String?
Link copied to clipboard
@SerializedName(value = "approval_server")
val approvalServer: String?
Link copied to clipboard
val assetId: StellarAssetId
Link copied to clipboard
@SerializedName(value = "attestation_of_reserve")
val attestationOfReserve: String?
Link copied to clipboard
@SerializedName(value = "code")
val code: String
Link copied to clipboard
@SerializedName(value = "code_template")
val codeTemplate: String?
Link copied to clipboard
@SerializedName(value = "collateral_addresses")
val collateralAddresses: List<String>?
Link copied to clipboard
@SerializedName(value = "collateral_address_messages")
val collateralAddressMessages: List<String>?
Link copied to clipboard
@SerializedName(value = "collateral_address_signatures")
val collateralAddressSignatures: List<String>?
Link copied to clipboard
@SerializedName(value = "conditions")
val conditions: String?
Link copied to clipboard
@SerializedName(value = "desc")
val desc: String?
Link copied to clipboard
@SerializedName(value = "display_decimals")
val displayDecimals: Int?
Link copied to clipboard
@SerializedName(value = "fixed_number")
val fixedNumber: Int?
Link copied to clipboard
@SerializedName(value = "image")
val image: String?
Link copied to clipboard
@SerializedName(value = "is_asset_anchored")
val isAssetAnchored: Boolean?
Link copied to clipboard
@SerializedName(value = "issuer")
val issuer: String?
Link copied to clipboard
@SerializedName(value = "is_unlimited")
val isUnlimited: Boolean?
Link copied to clipboard
@SerializedName(value = "max_number")
val maxNumber: Int?
Link copied to clipboard
@SerializedName(value = "name")
val name: String?
Link copied to clipboard
@SerializedName(value = "redemption_instructions")
val redemptionInstructions: String?
Link copied to clipboard
@SerializedName(value = "regulated")
val regulated: Boolean?
Link copied to clipboard
@SerializedName(value = "status")
val status: String?