SpendingLimitDetailsResponse

data class SpendingLimitDetailsResponse(val amount: Double? = null, val currency: String? = null, val endDate: String? = null, val startDate: String? = null, val status: String? = null, val type: String? = null)

The billing profile spending limit.

Constructors

Link copied to clipboard
constructor(amount: Double? = null, currency: String? = null, endDate: String? = null, startDate: String? = null, status: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val amount: Double? = null

The initial amount for the billing profile.

Link copied to clipboard
val currency: String? = null

The currency in which the charges for the billing profile are billed.

Link copied to clipboard
val endDate: String? = null

The date when this spending limit is no longer in effect.

Link copied to clipboard
val startDate: String? = null

The date when this spending limit goes into effect.

Link copied to clipboard
val status: String? = null

The status of current spending limit.

Link copied to clipboard
val type: String? = null

The type of spending limit.