Skip to content

Commit

Permalink
Merge pull request #17 from friedausha/feat/add-bsi-enum
Browse files Browse the repository at this point in the history
feat: add bsi enum
  • Loading branch information
xen-HendryZheng authored Nov 1, 2021
2 parents 7b4fd2b + 9a1ecd0 commit f222df5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Xendit.net/Xendit.net/Enum/VirtualAccountEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ public enum BankCode

[EnumMember(Value = "SAHABAT_SAMPOERNA")]
SahabatSampoerna,

[EnumMember(Value = "BSI")]
Bsi,

}

[JsonStringEnumMemberConverterOptions(deserializationFailureFallbackValue: Unknown)]
Expand Down

0 comments on commit f222df5

Please sign in to comment.