sourceAmount method
- String amount
Implementation
StrictSendPathsRequestBuilder sourceAmount(String amount) {
queryParameters.addAll({"source_amount": amount});
return this;
}
StrictSendPathsRequestBuilder sourceAmount(String amount) {
queryParameters.addAll({"source_amount": amount});
return this;
}