mobileData property

  1. @BuiltValueField.new(wireName: r'MobileData')
MobileData? get mobileData

Information related to the mobile for the payment transaction. If PaymentInstrumentType is Mobile.

Implementation

@BuiltValueField(wireName: r'MobileData')
MobileData? get mobileData;