WalletReservationDto Data Type

The Class WalletReservationDto.

Implemented Interfaces
Serializable
Properties
name data type description
reservationId number The reservation id.
providerCode string The provider code.
sellerCode string The seller code.
offerCode string The offer code.
userAccountCode string The user account code.
subscriptionDate number The subscription date.
expirationDate number The expiration date.
terminationDate number The termination date.
creditLimit number The credit limit.
param1 string The param 1.
param2 string The param 2.
param3 string The param 3.
amountWithTax boolean The amount with tax.

Example

{
  "reservationId" : 12345,
  "providerCode" : "...",
  "sellerCode" : "...",
  "offerCode" : "...",
  "userAccountCode" : "...",
  "subscriptionDate" : 12345,
  "expirationDate" : 12345,
  "terminationDate" : 12345,
  "creditLimit" : 12345.0,
  "param1" : "...",
  "param2" : "...",
  "param3" : "...",
  "amountWithTax" : true
}