Skip to content

Commit

Permalink
fix(typo): wrong naming (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
edumaciel10 authored Jul 25, 2024
1 parent b21378d commit d8b22ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/Charge.kt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public data class ChargeRequestBody @JvmOverloads public constructor(
public val daysAfterDueDate: Int? = null,
public val interests: Interests? = null,
public val fines: Fines? = null,
public val additionalInfos: List<AdditionalInfo>? = null,
public val additionalInfo: List<AdditionalInfo>? = null,
public val type: ChargeType? = null,
public val expiresDate: String? = null,
public val discountSettings: ChargeDiscountSettings? = null,
Expand Down

0 comments on commit d8b22ca

Please sign in to comment.