getDisplayOption method

int? getDisplayOption()

API to get display option of SheetItemType.SHIPPING_ADDRESS on custom payment sheet.

Return Current display option of shipping address on custom payment sheet

The returned value will be a combination of below constants:
SpaySdk.DISPLAY_OPTION_ADDRESSEE
SpaySdk.DISPLAY_OPTION_ADDRESS
SpaySdk.DISPLAY_OPTION_PHONE_NUMBER
SpaySdk.DISPLAY_OPTION_EMAIL

Implementation

int? getDisplayOption() {
  return displayOption;
}