Skip to main content

PurchaseInfo

SolvaPay SDK v1.0.0


SolvaPay SDK / react/src / PurchaseInfo

Interface: PurchaseInfo

Defined in: packages/react/src/types/index.ts:9

Properties

amount?

optional amount: number

Defined in: packages/react/src/types/index.ts:19


billingCycle?

optional billingCycle: string

Defined in: packages/react/src/types/index.ts:24


cancellationReason?

optional cancellationReason: string

Defined in: packages/react/src/types/index.ts:18


cancelledAt?

optional cancelledAt: string

Defined in: packages/react/src/types/index.ts:17


currency?

optional currency: string

Defined in: packages/react/src/types/index.ts:20


endDate?

optional endDate: string

Defined in: packages/react/src/types/index.ts:16


isRecurring?

optional isRecurring: boolean

Defined in: packages/react/src/types/index.ts:22


nextBillingDate?

optional nextBillingDate: string

Defined in: packages/react/src/types/index.ts:23


planName

planName: string

Defined in: packages/react/src/types/index.ts:13


planType?

optional planType: string

Defined in: packages/react/src/types/index.ts:21


productName

productName: string

Defined in: packages/react/src/types/index.ts:11


productReference

productReference: string

Defined in: packages/react/src/types/index.ts:12


reference

reference: string

Defined in: packages/react/src/types/index.ts:10


startDate

startDate: string

Defined in: packages/react/src/types/index.ts:15


status

status: string

Defined in: packages/react/src/types/index.ts:14


transactionId?

optional transactionId: string

Defined in: packages/react/src/types/index.ts:25


usage?

optional usage: object

Defined in: packages/react/src/types/index.ts:26

quota

quota: number | null

remaining

remaining: number | null

unit

unit: string

used

used: number