Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 603 Bytes

prepaid-configuration.md

File metadata and controls

29 lines (21 loc) · 603 Bytes

Prepaid Configuration

Structure

PrepaidConfiguration

Fields

Name Type Tags Description
Id *int Optional -
InitialFundingAmountInCents *int64 Optional -
ReplenishToAmountInCents *int64 Optional -
AutoReplenish *bool Optional -
ReplenishThresholdAmountInCents *int64 Optional -

Example (as JSON)

{
  "id": 156,
  "initial_funding_amount_in_cents": 88,
  "replenish_to_amount_in_cents": 166,
  "auto_replenish": false,
  "replenish_threshold_amount_in_cents": 222
}