@finverse/sdk-typescript 0.0.273 → 0.0.274
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api.d.ts +6 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -2005,6 +2005,12 @@ export interface FVCard {
|
|
|
2005
2005
|
* @memberof FVCard
|
|
2006
2006
|
*/
|
|
2007
2007
|
card_details?: FVCardDetails;
|
|
2008
|
+
/**
|
|
2009
|
+
*
|
|
2010
|
+
* @type {MandateRecipientAccount}
|
|
2011
|
+
* @memberof FVCard
|
|
2012
|
+
*/
|
|
2013
|
+
recipient_account?: MandateRecipientAccount;
|
|
2008
2014
|
}
|
|
2009
2015
|
export declare const FVCardStatusEnum: {
|
|
2010
2016
|
readonly Unknown: "UNKNOWN";
|