Table of Contents

Class NextInvoice

public class NextInvoice
Inheritance
object
NextInvoice

Properties

AmountDueCents

Required. The amount due in cents for the next invoice.

public int AmountDueCents { get; set; }

Property Value

int

NextPaymentAttemptUnix

Required. The Unix timestamp of the next payment attempt.

public UnixTime NextPaymentAttemptUnix { get; set; }

Property Value

UnixTime