PaymentOperationBuilder constructor
Creates a PaymentOperation builder.
Implementation
PaymentOperationBuilder(String destinationAccountId, Asset asset, String amount) {
this._destination = destinationAccountId;
this._asset = asset;
this._amount = amount;
}