attach abstract method

Future<AR> attach(
  1. String id,
  2. A attributes
)

Attach payment

Implementation

Future<AR> attach(String id, A attributes);