Skip to content

Commit 5c8c338

Browse files
committed
add retrieve balance call
1 parent 0eafcf8 commit 5c8c338

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

funding_source.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ type FundingSourceService interface {
3434
Retrieve(context.Context, string) (*FundingSource, error)
3535
Update(context.Context, string, *FundingSourceRequest) (*FundingSource, error)
3636
Remove(context.Context, string) error
37+
RetrieveBalance(ctx context.Context) (*FundingSourceBalance, error)
3738
}
3839

3940
// FundingSourceServiceOp is an implementation of the funding source interface

0 commit comments

Comments
 (0)