nerdexam
IBM

C2050-725 · Question #73

How would an application developer access merchant configuration: erchantId?in a plug-in code?How would an application developer access merchant configuration: ?erchantId?in a plug- in code?

The correct answer is B. pluginContext.getConfiguration().getProperties().get("merchantId"). See the full explanation below for the reasoning.

Question

How would an application developer access merchant configuration: erchantId?in a plug-in code?How would an application developer access merchant configuration: ?erchantId?in a plug- in code?

Options

  • ApluginContext.getConfiguration().getString("merchantId");
  • BpluginContext.getConfiguration().getProperties().get("merchantId");
  • CfinancialTransaction.getPaymentInstruction().getExtendedData().get ("merchantId");
  • DfinancialTransaction.getPayment().getPaymentInstruction().getExtendedData().

How the community answered

(69 responses)
  • A
    13% (9)
  • B
    75% (52)
  • C
    9% (6)
  • D
    3% (2)

Community Discussion

No community discussion yet for this question.

Full C2050-725 Practice