You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**name** | **str** | Payment Name (in given lang) | [optional]
10
11
**card_types** | [**List[GetPaymentMethodsResponseDataMethodsInnerCardTypesInner]**](GetPaymentMethodsResponseDataMethodsInnerCardTypesInner.md) | IF type ='credit' the enabled card types. Having the array's keys as its type and the value as its name. | [optional]
name: Optional[StrictStr] =Field(default=None, description="Payment Name (in given lang)")
32
33
card_types: Optional[List[GetPaymentMethodsResponseDataMethodsInnerCardTypesInner]] =Field(default=None, description="IF type = 'credit' the enabled card types. Having the array's keys as its type and the value as its name.", alias="cardTypes")
0 commit comments