Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 416 Bytes

Get Wallet.md

File metadata and controls

18 lines (12 loc) · 416 Bytes

Get Wallet

It Fetches all Saved Cards and Bank Options of a User's account.

CitrusClient.getWallet(new Callback<List<PaymentOption>>() {
            @Override
            public void success(List<PaymentOption> paymentOptions) {
                
            }

            @Override
            public void error(CitrusError error) {
               
            }
        });