1313 * Do not edit the class manually.
1414 */
1515Object . defineProperty ( exports , "__esModule" , { value : true } ) ;
16- exports . DedicatedNubanCreateToJSON = exports . DedicatedNubanCreateFromJSONTyped = exports . DedicatedNubanCreateFromJSON = void 0 ;
16+ exports . DedicatedVirtualAccountCreateToJSON = exports . DedicatedVirtualAccountCreateFromJSONTyped = exports . DedicatedVirtualAccountCreateFromJSON = void 0 ;
1717const runtime_1 = require ( "../runtime" ) ;
18- function DedicatedNubanCreateFromJSON ( json ) {
19- return DedicatedNubanCreateFromJSONTyped ( json , false ) ;
18+ function DedicatedVirtualAccountCreateFromJSON ( json ) {
19+ return DedicatedVirtualAccountCreateFromJSONTyped ( json , false ) ;
2020}
21- exports . DedicatedNubanCreateFromJSON = DedicatedNubanCreateFromJSON ;
22- function DedicatedNubanCreateFromJSONTyped ( json , ignoreDiscriminator ) {
21+ exports . DedicatedVirtualAccountCreateFromJSON = DedicatedVirtualAccountCreateFromJSON ;
22+ function DedicatedVirtualAccountCreateFromJSONTyped ( json , ignoreDiscriminator ) {
2323 if ( ( json === undefined ) || ( json === null ) ) {
2424 return json ;
2525 }
@@ -30,8 +30,8 @@ function DedicatedNubanCreateFromJSONTyped(json, ignoreDiscriminator) {
3030 'splitCode' : ! runtime_1 . exists ( json , 'split_code' ) ? undefined : json [ 'split_code' ] ,
3131 } ;
3232}
33- exports . DedicatedNubanCreateFromJSONTyped = DedicatedNubanCreateFromJSONTyped ;
34- function DedicatedNubanCreateToJSON ( value ) {
33+ exports . DedicatedVirtualAccountCreateFromJSONTyped = DedicatedVirtualAccountCreateFromJSONTyped ;
34+ function DedicatedVirtualAccountCreateToJSON ( value ) {
3535 if ( value === undefined ) {
3636 return undefined ;
3737 }
@@ -45,4 +45,4 @@ function DedicatedNubanCreateToJSON(value) {
4545 'split_code' : value . splitCode ,
4646 } ;
4747}
48- exports . DedicatedNubanCreateToJSON = DedicatedNubanCreateToJSON ;
48+ exports . DedicatedVirtualAccountCreateToJSON = DedicatedVirtualAccountCreateToJSON ;
0 commit comments