merchantApproved property

  1. @BuiltValueField.new(wireName: r'merchantApproved')
bool? get merchantApproved

Print a merchant receipt when the payment is approved.

Implementation

@BuiltValueField(wireName: r'merchantApproved')
bool? get merchantApproved;