1414package Model ;
1515
1616import java .util .Objects ;
17- import Model .Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierProcessingInformationAuthorizationOptionsInitiatorMerchantInitiatedTransaction ;
17+ import Model .Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedMerchantInitiatedTransaction ;
1818import com .google .gson .TypeAdapter ;
1919import com .google .gson .annotations .JsonAdapter ;
2020import com .google .gson .annotations .SerializedName ;
2727/**
2828 * Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierProcessingInformationAuthorizationOptionsInitiator
2929 */
30- @ javax .annotation .Generated (value = "io.swagger.codegen.languages.JavaClientCodegen" , date = "2021-07-21T19:52:27.193 +05:30" )
30+ @ javax .annotation .Generated (value = "io.swagger.codegen.languages.JavaClientCodegen" , date = "2021-07-23T19:22:10.965 +05:30" )
3131public class Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierProcessingInformationAuthorizationOptionsInitiator {
3232 @ SerializedName ("merchantInitiatedTransaction" )
33- private Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierProcessingInformationAuthorizationOptionsInitiatorMerchantInitiatedTransaction merchantInitiatedTransaction = null ;
33+ private Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedMerchantInitiatedTransaction merchantInitiatedTransaction = null ;
3434
35- public Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierProcessingInformationAuthorizationOptionsInitiator merchantInitiatedTransaction (Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierProcessingInformationAuthorizationOptionsInitiatorMerchantInitiatedTransaction merchantInitiatedTransaction ) {
35+ public Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierProcessingInformationAuthorizationOptionsInitiator merchantInitiatedTransaction (Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedMerchantInitiatedTransaction merchantInitiatedTransaction ) {
3636 this .merchantInitiatedTransaction = merchantInitiatedTransaction ;
3737 return this ;
3838 }
@@ -42,11 +42,11 @@ public Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifie
4242 * @return merchantInitiatedTransaction
4343 **/
4444 @ ApiModelProperty (value = "" )
45- public Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierProcessingInformationAuthorizationOptionsInitiatorMerchantInitiatedTransaction getMerchantInitiatedTransaction () {
45+ public Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedMerchantInitiatedTransaction getMerchantInitiatedTransaction () {
4646 return merchantInitiatedTransaction ;
4747 }
4848
49- public void setMerchantInitiatedTransaction (Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierProcessingInformationAuthorizationOptionsInitiatorMerchantInitiatedTransaction merchantInitiatedTransaction ) {
49+ public void setMerchantInitiatedTransaction (Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedMerchantInitiatedTransaction merchantInitiatedTransaction ) {
5050 this .merchantInitiatedTransaction = merchantInitiatedTransaction ;
5151 }
5252
0 commit comments