We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eafcf8 commit 5c8c338Copy full SHA for 5c8c338
1 file changed
funding_source.go
@@ -34,6 +34,7 @@ type FundingSourceService interface {
34
Retrieve(context.Context, string) (*FundingSource, error)
35
Update(context.Context, string, *FundingSourceRequest) (*FundingSource, error)
36
Remove(context.Context, string) error
37
+ RetrieveBalance(ctx context.Context) (*FundingSourceBalance, error)
38
}
39
40
// FundingSourceServiceOp is an implementation of the funding source interface
0 commit comments