status property

  1. @BuiltValueField.new(wireName: r'status')
MidServiceNotificationDataStatusEnum get status

The status of the request to add a payment method. Possible values: * success: the payment method was added. * failure: the request failed. * capabilityPending: the receivePayments capability is not allowed.

Implementation

@BuiltValueField(wireName: r'status')
MidServiceNotificationDataStatusEnum get status;