Table of Contents

Class TopUpRequest

Namespace
Vonage.Accounts
Assembly
Vonage.dll

Represents a request to top up an account balance when auto-reload is enabled.

public class TopUpRequest
Inheritance
TopUpRequest
Inherited Members

Properties

Trx

The transaction reference from when balance was added and auto-reload was enabled on your account. This reference is provided in the payment confirmation when auto-reload was first configured.

[JsonProperty("trx")]
public string Trx { get; set; }

Property Value

string