Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Last active June 3, 2019 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PatilShreyas/9d2eaaa21ab98828c100015bb83cd0b7 to your computer and use it in GitHub Desktop.
Save PatilShreyas/9d2eaaa21ab98828c100015bb83cd0b7 to your computer and use it in GitHub Desktop.
EasyUpiPayment
final EasyUpiPayment easyUpiPayment = new EasyUpiPayment.Builder()
.with(this)
.setPayeeVpa("shreyaspatil@upi")
.setPayeeName("Shreyas Patil")
.setTransactionId("20190603022401")
.setTransactionRefId("0120192019060302240")
.setDescription("For Today's Food")
.setAmount("90.00")
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment