CustomerInstructionGroup
data class CustomerInstructionGroup(val label: String?, val instructions: List<PONativeAlternativePaymentCustomerInstruction>) : PONativeAlternativePaymentElement
Specifies a group of instructions for the customer, providing additional information and/or describing required actions.
Parameters
label
Optional group display label.
instructions
Grouped instructions for the customer that provide additional information and/or describe required actions.