extra property

  1. @BuiltValueField.new(wireName: r'extra')
int? get extra

Defines the bonus percentage, refund percentage or if the transaction is Buy now Pay later. Used for card installments in Mexico

Implementation

@BuiltValueField(wireName: r'extra')
int? get extra;