details property

  1. @BuiltValueField.new(wireName: r'details')
PaymentCompletionDetails get details

Use this collection to submit the details that were returned as a result of the /payments call.

Implementation

@BuiltValueField(wireName: r'details')
PaymentCompletionDetails get details;