billingSequenceNumber property

  1. @BuiltValueField.new(wireName: r'billingSequenceNumber')
String? get billingSequenceNumber

The sequence number for the debit. For example, send 2 if this is the second debit for the subscription. The sequence number is included in the notification sent to the shopper.

Implementation

@BuiltValueField(wireName: r'billingSequenceNumber')
String? get billingSequenceNumber;